#B0B7AD

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

Shades of Rainee #B0B7AD

Tints of Rainee #B0B7AD

Color information

#B0B7AD (or 0xB0B7AD) is unknown color: approx Rainee. HEX triplet: B0, B7 and AD. RGB value is (176,183,173). Sum of RGB (Red+Green+Blue) = 176+183+173=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B7AD is #4F4852. Grayscale: #B3B3B3. Windows color (decimal): -5195859 or 11384752. OLE color: 11384752.

HSL color Cylindrical-coordinate representation of color #B0B7AD: hue angle of 102º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0B7AD is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB176183173-
CMYK0.0400.050.28
HSL102º6.49%69.8%-
HSV(B)102º5.46%71.76%-
XYZ42.3846.1146.2-
YUV179.77124.18125.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=33.08%
G=34.40%
B=32.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831730.0400.050.281026.4969.8
HexB0B7AD4051C66646
Octal260267255405341466106
Binary10110000101101111010110110001011110011001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B7AD; }

 p { color: rgb(176,183,173); }

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

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

 a { background-color: rgb(176,183,173); }

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

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

 span { border-color: rgb(176,183,173); }

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