#BBC2BA

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

Shades of Rainee #BBC2BA

Tints of Rainee #BBC2BA

Color information

#BBC2BA (or 0xBBC2BA) is unknown color: approx Rainee. HEX triplet: BB, C2 and BA. RGB value is (187,194,186). Sum of RGB (Red+Green+Blue) = 187+194+186=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2BA is #443D45. Grayscale: #BFBFBF. Windows color (decimal): -4472134 or 12239547. OLE color: 12239547.

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

Color convert

RGB187194186-
CMYK0.0400.040.24
HSL112.5º6.15%74.51%-
HSV(B)112.5º4.12%76.08%-
XYZ48.6552.6954.06-
YUV191125.18125.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=32.98%
G=34.22%
B=32.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941860.0400.040.24112.56.1574.51
HexBBC2BA404187064b
Octal273302272404301606113
Binary10111011110000101011101010001001100011100001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2BA; }

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

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

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

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

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

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

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

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