#BBAECB

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

Shades of Moon Raker #BBAECB

Tints of Moon Raker #BBAECB

Color information

#BBAECB (or 0xBBAECB) is unknown color: approx Moon Raker. HEX triplet: BB, AE and CB. RGB value is (187,174,203). Sum of RGB (Red+Green+Blue) = 187+174+203=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAECB is #445134. Grayscale: #B5B5B5. Windows color (decimal): -4477237 or 13348539. OLE color: 13348539.

HSL color Cylindrical-coordinate representation of color #BBAECB: hue angle of 266.9º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBAECB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187174203-
CMYK0.080.1400.20
HSL266.9º21.8%73.92%-
HSV(B)266.9º14.29%79.61%-
XYZ46.4145.1562.77-
YUV181.19140.31132.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=33.16%
G=30.85%
B=35.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871742030.080.1400.20266.921.873.92
HexBBAECB8E01410b164a
Octal273256313101602441326112
Binary10111011101011101100101110001110010100100001011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAECB; }

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

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

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

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

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

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

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

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