#B0BDAC

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

Shades of Rainee #B0BDAC

Tints of Rainee #B0BDAC

Color information

#B0BDAC (or 0xB0BDAC) is unknown color: approx Rainee. HEX triplet: B0, BD and AC. RGB value is (176,189,172). Sum of RGB (Red+Green+Blue) = 176+189+172=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BDAC is #4F4253. Grayscale: #B7B7B7. Windows color (decimal): -5194324 or 11320752. OLE color: 11320752.

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

Color convert

RGB176189172-
CMYK0.0700.090.26
HSL105.88º11.41%70.78%-
HSV(B)105.88º8.99%74.12%-
XYZ43.5548.646.12-
YUV183.18121.69122.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=32.77%
G=35.20%
B=32.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891720.0700.090.26105.8811.4170.78
HexB0BDAC7091A6ab47
Octal26027525470113215213107
Binary1011000010111101101011001110100111010110101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDAC; }

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

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

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

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

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

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

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

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