#BBCAB7

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

Shades of Rainee #BBCAB7

Tints of Rainee #BBCAB7

Color information

#BBCAB7 (or 0xBBCAB7) is unknown color: approx Rainee. HEX triplet: BB, CA and B7. RGB value is (187,202,183). Sum of RGB (Red+Green+Blue) = 187+202+183=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB7 is #443548. Grayscale: #C3C3C3. Windows color (decimal): -4470089 or 12044987. OLE color: 12044987.

HSL color Cylindrical-coordinate representation of color #BBCAB7: hue angle of 107.37º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCAB7 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB187202183-
CMYK0.0700.090.21
HSL107.37º15.2%75.49%-
HSV(B)107.37º9.41%79.22%-
XYZ50.1656.2253.01-
YUV195.35121.03122.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=32.69%
G=35.31%
B=31.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021830.0700.090.21107.3715.275.49
HexBBCAB7709156bf4b
Octal27331226770112515317113
Binary1011101111001010101101111110100110101110101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAB7; }

 p { color: rgb(187,202,183); }

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

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

 a { background-color: rgb(187,202,183); }

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

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

 span { border-color: rgb(187,202,183); }

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