#BBCAB8

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

Shades of Rainee #BBCAB8

Tints of Rainee #BBCAB8

Color information

#BBCAB8 (or 0xBBCAB8) is unknown color: approx Rainee. HEX triplet: BB, CA and B8. RGB value is (187,202,184). Sum of RGB (Red+Green+Blue) = 187+202+184=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB8 is #443547. Grayscale: #C3C3C3. Windows color (decimal): -4470088 or 12110523. OLE color: 12110523.

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

Color convert

RGB187202184-
CMYK0.0700.090.21
HSL110º14.52%75.69%-
HSV(B)110º8.91%79.22%-
XYZ50.2756.2753.56-
YUV195.46121.53121.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 184 (72.27% from 255) = 32.11%
R=32.64%
G=35.25%
B=32.11%

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
Decimal1872021840.0700.090.2111014.5275.69
HexBBCAB8709156ef4c
Octal27331227070112515617114
Binary1011101111001010101110001110100110101110111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAB8; }

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

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

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

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

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

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

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

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