#BBCBB8

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

Shades of Rainee #BBCBB8

Tints of Rainee #BBCBB8

Color information

#BBCBB8 (or 0xBBCBB8) is unknown color: approx Rainee. HEX triplet: BB, CB and B8. RGB value is (187,203,184). Sum of RGB (Red+Green+Blue) = 187+203+184=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB8 is #443447. Grayscale: #C4C4C4. Windows color (decimal): -4469832 or 12110779. OLE color: 12110779.

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

Color convert

RGB187203184-
CMYK0.0800.090.20
HSL110.53º15.45%75.88%-
HSV(B)110.53º9.36%79.61%-
XYZ50.556.7453.64-
YUV196.05121.2121.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 184 (72.27% from 255) = 32.06%
R=32.58%
G=35.37%
B=32.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031840.0800.090.20110.5315.4575.88
HexBBCBB8809146ff4c
Octal273313270100112415717114
Binary10111011110010111011100010000100110100110111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBB8; }

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

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

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

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

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

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

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

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