#B0BCAF

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

Shades of Rainee #B0BCAF

Tints of Rainee #B0BCAF

Color information

#B0BCAF (or 0xB0BCAF) is unknown color: approx Rainee. HEX triplet: B0, BC and AF. RGB value is (176,188,175). Sum of RGB (Red+Green+Blue) = 176+188+175=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BCAF is #4F4350. Grayscale: #B6B6B6. Windows color (decimal): -5194577 or 11517104. OLE color: 11517104.

HSL color Cylindrical-coordinate representation of color #B0BCAF: hue angle of 115.38º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0BCAF is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB176188175-
CMYK0.0600.070.26
HSL115.38º8.84%71.18%-
HSV(B)115.38º6.91%73.73%-
XYZ43.6348.2947.58-
YUV182.93123.52123.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=32.65%
G=34.88%
B=32.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881750.0600.070.26115.388.8471.18
HexB0BCAF6071A73947
Octal2602742576073216311107
Binary101100001011110010101111110011111010111001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCAF; }

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

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

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

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

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

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

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

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