#BBAED6

Color #BBAED6 Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BBAED6

Tints of Moon Raker #BBAED6

Color information

#BBAED6 (or 0xBBAED6) is unknown color: approx Moon Raker. HEX triplet: BB, AE and D6. RGB value is (187,174,214). Sum of RGB (Red+Green+Blue) = 187+174+214=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED6 is #445129. Grayscale: #B6B6B6. Windows color (decimal): -4477226 or 14069435. OLE color: 14069435.

HSL color Cylindrical-coordinate representation of color #BBAED6: hue angle of 259.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAED6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187174214-
CMYK0.130.1900.16
HSL259.5º32.79%76.08%-
HSV(B)259.5º18.69%83.92%-
XYZ47.7745.6969.92-
YUV182.45145.81131.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 214 (83.98% from 255) = 37.22%
R=32.52%
G=30.26%
B=37.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871742140.130.1900.16259.532.7976.08
HexBBAED6D13010104214c
Octal273256326152302040441114
Binary1011101110101110110101101101100110100001000001001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAED6; }

 p { color: rgb(187,174,214); }

 H1.HeaderClassName
 {
   color: #BBAED6;
 }
 .AnyTagClassName
 {
   color: #BBAED6;
 }
</style>
background-color css

<style>
 a { background-color: #BBAED6; }

 a { background-color: rgb(187,174,214); }

 div.DivClassName
 {
   background-color: #BBAED6;
 }
 .BgClassName
 {
   background-color: #BBAED6;
 }
</style>
border-color css

<style>
 span { border-color: #BBAED6; }

 span { border-color: rgb(187,174,214); }

 td.TdClassName
 {
   border-color: #BBAED6;
 }
 .TagClassName
 {
   border-color: #BBAED6;
 }
</style>