#BBC0BA

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

Shades of Rainee #BBC0BA

Tints of Rainee #BBC0BA

Color information

#BBC0BA (or 0xBBC0BA) is unknown color: approx Rainee. HEX triplet: BB, C0 and BA. RGB value is (187,192,186). Sum of RGB (Red+Green+Blue) = 187+192+186=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0BA is #443F45. Grayscale: #BDBDBD. Windows color (decimal): -4472646 or 12239035. OLE color: 12239035.

HSL color Cylindrical-coordinate representation of color #BBC0BA: hue angle of 110º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBC0BA is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB187192186-
CMYK0.0300.030.25
HSL110º4.55%74.12%-
HSV(B)110º3.12%75.29%-
XYZ48.2151.8153.91-
YUV189.82125.84125.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=33.10%
G=33.98%
B=32.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921860.0300.030.251104.5574.12
HexBBC0BA303196e54a
Octal273300272303311565112
Binary101110111100000010111010110111100111011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0BA; }

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

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

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

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

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

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

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

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