#B0BCAA

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

Shades of Rainee #B0BCAA

Tints of Rainee #B0BCAA

Color information

#B0BCAA (or 0xB0BCAA) is unknown color: approx Rainee. HEX triplet: B0, BC and AA. RGB value is (176,188,170). Sum of RGB (Red+Green+Blue) = 176+188+170=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCAA is #4F4355. Grayscale: #B6B6B6. Windows color (decimal): -5194582 or 11189424. OLE color: 11189424.

HSL color Cylindrical-coordinate representation of color #B0BCAA: hue angle of 100º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BCAA is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB176188170-
CMYK0.0600.100.26
HSL100º11.84%70.2%-
HSV(B)100º9.57%73.73%-
XYZ43.1448.145.04-
YUV182.36121.02123.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=32.96%
G=35.21%
B=31.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881700.0600.100.2610011.8470.2
HexB0BCAA60A1A64c46
Octal26027425260123214414106
Binary1011000010111100101010101100101011010110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCAA; }

 p { color: rgb(176,188,170); }

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

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

 a { background-color: rgb(176,188,170); }

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

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

 span { border-color: rgb(176,188,170); }

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