#B0BFAE

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

Shades of Rainee #B0BFAE

Tints of Rainee #B0BFAE

Color information

#B0BFAE (or 0xB0BFAE) is unknown color: approx Rainee. HEX triplet: B0, BF and AE. RGB value is (176,191,174). Sum of RGB (Red+Green+Blue) = 176+191+174=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BFAE is #4F4051. Grayscale: #B8B8B8. Windows color (decimal): -5193810 or 11452336. OLE color: 11452336.

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

Color convert

RGB176191174-
CMYK0.0800.090.25
HSL112.94º11.72%71.57%-
HSV(B)112.94º8.9%74.9%-
XYZ44.1849.5547.28-
YUV184.58122.03121.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=32.53%
G=35.30%
B=32.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911740.0800.090.25112.9411.7271.57
HexB0BFAE8091971c48
Octal260277256100113116114110
Binary10110000101111111010111010000100111001111000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFAE; }

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

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

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

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

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

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

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

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