#B3BFAE

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

Shades of Rainee #B3BFAE

Tints of Rainee #B3BFAE

Color information

#B3BFAE (or 0xB3BFAE) is unknown color: approx Rainee. HEX triplet: B3, BF and AE. RGB value is (179,191,174). Sum of RGB (Red+Green+Blue) = 179+191+174=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BFAE is #4C4051. Grayscale: #B9B9B9. Windows color (decimal): -4997202 or 11452339. OLE color: 11452339.

HSL color Cylindrical-coordinate representation of color #B3BFAE: hue angle of 102.35º 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 #B3BFAE is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB179191174-
CMYK0.0600.090.25
HSL102.35º11.72%71.57%-
HSV(B)102.35º8.9%74.9%-
XYZ44.8649.947.31-
YUV185.47121.52123.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=32.90%
G=35.11%
B=31.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791911740.0600.090.25102.3511.7271.57
HexB3BFAE6091966c48
Octal26327725660113114614110
Binary1011001110111111101011101100100111001110011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFAE; }

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

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

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

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

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

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

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

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