#B2BFAE

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

Shades of Rainee #B2BFAE

Tints of Rainee #B2BFAE

Color information

#B2BFAE (or 0xB2BFAE) is unknown color: approx Rainee. HEX triplet: B2, BF and AE. RGB value is (178,191,174). Sum of RGB (Red+Green+Blue) = 178+191+174=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFAE is #4D4051. Grayscale: #B9B9B9. Windows color (decimal): -5062738 or 11452338. OLE color: 11452338.

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

Color convert

RGB178191174-
CMYK0.0700.090.25
HSL105.88º11.72%71.57%-
HSV(B)105.88º8.9%74.9%-
XYZ44.6349.7847.3-
YUV185.18121.69122.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=32.78%
G=35.17%
B=32.04%

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
Decimal1781911740.0700.090.25105.8811.7271.57
HexB2BFAE709196ac48
Octal26227725670113115214110
Binary1011001010111111101011101110100111001110101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFAE; }

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

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

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

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

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

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

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

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