#B2BDAF

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

Shades of Rainee #B2BDAF

Tints of Rainee #B2BDAF

Color information

#B2BDAF (or 0xB2BDAF) is unknown color: approx Rainee. HEX triplet: B2, BD and AF. RGB value is (178,189,175). Sum of RGB (Red+Green+Blue) = 178+189+175=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BDAF is #4D4250. Grayscale: #B8B8B8. Windows color (decimal): -5063249 or 11517362. OLE color: 11517362.

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

Color convert

RGB178189175-
CMYK0.0600.070.26
HSL107.14º9.59%71.37%-
HSV(B)107.14º7.41%74.12%-
XYZ44.348.9647.67-
YUV184.11122.86123.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=32.84%
G=34.87%
B=32.29%

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
Decimal1781891750.0600.070.26107.149.5971.37
HexB2BDAF6071A6ba47
Octal2622752576073215312107
Binary101100101011110110101111110011111010110101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDAF; }

 p { color: rgb(178,189,175); }

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

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

 a { background-color: rgb(178,189,175); }

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

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

 span { border-color: rgb(178,189,175); }

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