#B1BCAF

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

Shades of Rainee #B1BCAF

Tints of Rainee #B1BCAF

Color information

#B1BCAF (or 0xB1BCAF) is unknown color: approx Rainee. HEX triplet: B1, BC and AF. RGB value is (177,188,175). Sum of RGB (Red+Green+Blue) = 177+188+175=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCAF is #4E4350. Grayscale: #B7B7B7. Windows color (decimal): -5129041 or 11517105. OLE color: 11517105.

HSL color Cylindrical-coordinate representation of color #B1BCAF: hue angle of 110.77º 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 #B1BCAF is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB177188175-
CMYK0.0600.070.26
HSL110.77º8.84%71.18%-
HSV(B)110.77º6.91%73.73%-
XYZ43.8548.4147.59-
YUV183.23123.36123.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=32.78%
G=34.81%
B=32.41%

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
Decimal1771881750.0600.070.26110.778.8471.18
HexB1BCAF6071A6f947
Octal2612742576073215711107
Binary101100011011110010101111110011111010110111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCAF; }

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

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

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

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

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

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

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

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