#BBAED3

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

Shades of Moon Raker #BBAED3

Tints of Moon Raker #BBAED3

Color information

#BBAED3 (or 0xBBAED3) is unknown color: approx Moon Raker. HEX triplet: BB, AE and D3. RGB value is (187,174,211). Sum of RGB (Red+Green+Blue) = 187+174+211=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAED3 is #44512C. Grayscale: #B5B5B5. Windows color (decimal): -4477229 or 13872827. OLE color: 13872827.

HSL color Cylindrical-coordinate representation of color #BBAED3: hue angle of 261.08º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAED3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187174211-
CMYK0.110.1800.17
HSL261.08º29.6%75.49%-
HSV(B)261.08º17.54%82.75%-
XYZ47.3945.5467.92-
YUV182.1144.31131.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 211 (82.81% from 255) = 36.89%
R=32.69%
G=30.42%
B=36.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1871742110.110.1800.17261.0829.675.49
HexBBAED3B120111051e4b
Octal273256323132202140536113
Binary101110111010111011010011101110010010001100000101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAED3; }

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

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

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

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

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

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

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

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