#B3BCAF

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

Shades of Rainee #B3BCAF

Tints of Rainee #B3BCAF

Color information

#B3BCAF (or 0xB3BCAF) is unknown color: approx Rainee. HEX triplet: B3, BC and AF. RGB value is (179,188,175). Sum of RGB (Red+Green+Blue) = 179+188+175=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BCAF is #4C4350. Grayscale: #B7B7B7. Windows color (decimal): -4997969 or 11517107. OLE color: 11517107.

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

Color convert

RGB179188175-
CMYK0.0500.070.26
HSL101.54º8.84%71.18%-
HSV(B)101.54º6.91%73.73%-
XYZ44.3148.6547.61-
YUV183.83123.02124.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=33.03%
G=34.69%
B=32.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881750.0500.070.26101.548.8471.18
HexB3BCAF5071A66947
Octal2632742575073214611107
Binary101100111011110010101111101011111010110011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCAF; }

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

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

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

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

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

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

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

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