#B0BAAC

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

Shades of Rainee #B0BAAC

Tints of Rainee #B0BAAC

Color information

#B0BAAC (or 0xB0BAAC) is unknown color: approx Rainee. HEX triplet: B0, BA and AC. RGB value is (176,186,172). Sum of RGB (Red+Green+Blue) = 176+186+172=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BAAC is #4F4553. Grayscale: #B5B5B5. Windows color (decimal): -5195092 or 11319984. OLE color: 11319984.

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

Color convert

RGB176186172-
CMYK0.0500.080.27
HSL102.86º9.21%70.2%-
HSV(B)102.86º7.53%72.94%-
XYZ42.9147.3345.9-
YUV181.41122.69124.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=32.96%
G=34.83%
B=32.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861720.0500.080.27102.869.2170.2
HexB0BAAC5081B67946
Octal26027225450103314711106
Binary1011000010111010101011001010100011011110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAAC; }

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

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

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

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

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

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

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

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