#B0BBAE

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

Shades of Rainee #B0BBAE

Tints of Rainee #B0BBAE

Color information

#B0BBAE (or 0xB0BBAE) is unknown color: approx Rainee. HEX triplet: B0, BB and AE. RGB value is (176,187,174). Sum of RGB (Red+Green+Blue) = 176+187+174=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBAE is #4F4451. Grayscale: #B6B6B6. Windows color (decimal): -5194834 or 11451312. OLE color: 11451312.

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

Color convert

RGB176187174-
CMYK0.0600.070.27
HSL110.77º8.72%70.78%-
HSV(B)110.77º6.95%73.33%-
XYZ43.3147.8346.99-
YUV182.23123.36123.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=32.77%
G=34.82%
B=32.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871740.0600.070.27110.778.7270.78
HexB0BBAE6071B6f947
Octal2602732566073315711107
Binary101100001011101110101110110011111011110111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBAE; }

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

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

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

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

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

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

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

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