#B0BAAE

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

Shades of Rainee #B0BAAE

Tints of Rainee #B0BAAE

Color information

#B0BAAE (or 0xB0BAAE) is unknown color: approx Rainee. HEX triplet: B0, BA and AE. RGB value is (176,186,174). Sum of RGB (Red+Green+Blue) = 176+186+174=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BAAE is #4F4551. Grayscale: #B5B5B5. Windows color (decimal): -5195090 or 11451056. OLE color: 11451056.

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

Color convert

RGB176186174-
CMYK0.0500.060.27
HSL110º8%70.59%-
HSV(B)110º6.45%72.94%-
XYZ43.147.446.92-
YUV181.64123.69123.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.84%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=32.84%
G=34.70%
B=32.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861740.0500.060.27110870.59
HexB0BAAE5061B6e847
Octal2602722565063315610107
Binary101100001011101010101110101011011011110111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAAE; }

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

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

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

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

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

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

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

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