#B2BFAD

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

Shades of Rainee #B2BFAD

Tints of Rainee #B2BFAD

Color information

#B2BFAD (or 0xB2BFAD) is unknown color: approx Rainee. HEX triplet: B2, BF and AD. RGB value is (178,191,173). Sum of RGB (Red+Green+Blue) = 178+191+173=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFAD is #4D4052. Grayscale: #B9B9B9. Windows color (decimal): -5062739 or 11386802. OLE color: 11386802.

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

Color convert

RGB178191173-
CMYK0.0700.090.25
HSL103.33º12.33%71.37%-
HSV(B)103.33º9.42%74.9%-
XYZ44.5349.7446.79-
YUV185.06121.19122.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=32.84%
G=35.24%
B=31.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911730.0700.090.25103.3312.3371.37
HexB2BFAD7091967c47
Octal26227725570113114714107
Binary1011001010111111101011011110100111001110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFAD; }

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

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

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

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

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

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

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

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