#B2BFAF

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

Shades of Rainee #B2BFAF

Tints of Rainee #B2BFAF

Color information

#B2BFAF (or 0xB2BFAF) is unknown color: approx Rainee. HEX triplet: B2, BF and AF. RGB value is (178,191,175). Sum of RGB (Red+Green+Blue) = 178+191+175=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFAF is #4D4050. Grayscale: #B9B9B9. Windows color (decimal): -5062737 or 11517874. OLE color: 11517874.

HSL color Cylindrical-coordinate representation of color #B2BFAF: hue angle of 108.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2BFAF is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB178191175-
CMYK0.0700.080.25
HSL108.75º11.11%71.76%-
HSV(B)108.75º8.38%74.9%-
XYZ44.7349.8247.82-
YUV185.29122.19122.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=32.72%
G=35.11%
B=32.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911750.0700.080.25108.7511.1171.76
HexB2BFAF708196db48
Octal26227725770103115513110
Binary1011001010111111101011111110100011001110110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFAF; }

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

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

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

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

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

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

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

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