#B2BFAC

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

Shades of Rainee #B2BFAC

Tints of Rainee #B2BFAC

Color information

#B2BFAC (or 0xB2BFAC) is unknown color: approx Rainee. HEX triplet: B2, BF and AC. RGB value is (178,191,172). Sum of RGB (Red+Green+Blue) = 178+191+172=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BFAC is #4D4053. Grayscale: #B9B9B9. Windows color (decimal): -5062740 or 11321266. OLE color: 11321266.

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

Color convert

RGB178191172-
CMYK0.0700.100.25
HSL101.05º12.93%71.18%-
HSV(B)101.05º9.95%74.9%-
XYZ44.4449.7146.28-
YUV184.95120.69123.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=32.90%
G=35.30%
B=31.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911720.0700.100.25101.0512.9371.18
HexB2BFAC70A1965d47
Octal26227725470123114515107
Binary1011001010111111101011001110101011001110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFAC; }

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

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

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

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

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

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

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

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