#B2BBAF

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

Shades of Rainee #B2BBAF

Tints of Rainee #B2BBAF

Color information

#B2BBAF (or 0xB2BBAF) is unknown color: approx Rainee. HEX triplet: B2, BB and AF. RGB value is (178,187,175). Sum of RGB (Red+Green+Blue) = 178+187+175=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBAF is #4D4450. Grayscale: #B6B6B6. Windows color (decimal): -5063761 or 11516850. OLE color: 11516850.

HSL color Cylindrical-coordinate representation of color #B2BBAF: hue angle of 105º degrees, saturation: 0.08, 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 #B2BBAF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB178187175-
CMYK0.0500.060.27
HSL105º8.11%70.98%-
HSV(B)105º6.42%73.33%-
XYZ43.8748.147.53-
YUV182.94123.52124.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=32.96%
G=34.63%
B=32.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871750.0500.060.271058.1170.98
HexB2BBAF5061B69847
Octal2622732575063315110107
Binary101100101011101110101111101011011011110100110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBAF; }

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

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

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

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

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

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

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

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