#BBC2B9

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

Shades of Rainee #BBC2B9

Tints of Rainee #BBC2B9

Color information

#BBC2B9 (or 0xBBC2B9) is unknown color: approx Rainee. HEX triplet: BB, C2 and B9. RGB value is (187,194,185). Sum of RGB (Red+Green+Blue) = 187+194+185=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2B9 is #443D46. Grayscale: #BEBEBE. Windows color (decimal): -4472135 or 12174011. OLE color: 12174011.

HSL color Cylindrical-coordinate representation of color #BBC2B9: hue angle of 106.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBC2B9 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB187194185-
CMYK0.0400.050.24
HSL106.67º6.87%74.31%-
HSV(B)106.67º4.64%76.08%-
XYZ48.5452.6553.5-
YUV190.88124.68125.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=33.04%
G=34.28%
B=32.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941850.0400.050.24106.676.8774.31
HexBBC2B9405186b74a
Octal273302271405301537112
Binary10111011110000101011100110001011100011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2B9; }

 p { color: rgb(187,194,185); }

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

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

 a { background-color: rgb(187,194,185); }

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

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

 span { border-color: rgb(187,194,185); }

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