#B2BAAF

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

Shades of Rainee #B2BAAF

Tints of Rainee #B2BAAF

Color information

#B2BAAF (or 0xB2BAAF) is unknown color: approx Rainee. HEX triplet: B2, BA and AF. RGB value is (178,186,175). Sum of RGB (Red+Green+Blue) = 178+186+175=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAAF is #4D4550. Grayscale: #B6B6B6. Windows color (decimal): -5064017 or 11516594. OLE color: 11516594.

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

Color convert

RGB178186175-
CMYK0.0400.060.27
HSL103.64º7.38%70.78%-
HSV(B)103.64º5.91%72.94%-
XYZ43.6647.6847.46-
YUV182.35123.85124.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=33.02%
G=34.51%
B=32.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861750.0400.060.27103.647.3870.78
HexB2BAAF4061B68747
Octal262272257406331507107
Binary10110010101110101010111110001101101111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAAF; }

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

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

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

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

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

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

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

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