#B0BAAF

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

Shades of Rainee #B0BAAF

Tints of Rainee #B0BAAF

Color information

#B0BAAF (or 0xB0BAAF) is unknown color: approx Rainee. HEX triplet: B0, BA and AF. RGB value is (176,186,175). Sum of RGB (Red+Green+Blue) = 176+186+175=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BAAF is #4F4550. Grayscale: #B5B5B5. Windows color (decimal): -5195089 or 11516592. OLE color: 11516592.

HSL color Cylindrical-coordinate representation of color #B0BAAF: hue angle of 114.55º degrees, saturation: 0.07, 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 #B0BAAF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB176186175-
CMYK0.0500.060.27
HSL114.55º7.38%70.78%-
HSV(B)114.55º5.91%72.94%-
XYZ43.247.4447.44-
YUV181.76124.19123.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=32.77%
G=34.64%
B=32.59%

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
Decimal1761861750.0500.060.27114.557.3870.78
HexB0BAAF5061B73747
Octal260272257506331637107
Binary10110000101110101010111110101101101111100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAAF; }

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

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

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

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

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

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

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

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