#B0C0AD

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

Shades of Rainee #B0C0AD

Tints of Rainee #B0C0AD

Color information

#B0C0AD (or 0xB0C0AD) is unknown color: approx Rainee. HEX triplet: B0, C0 and AD. RGB value is (176,192,173). Sum of RGB (Red+Green+Blue) = 176+192+173=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C0AD is #4F3F52. Grayscale: #B9B9B9. Windows color (decimal): -5193555 or 11387056. OLE color: 11387056.

HSL color Cylindrical-coordinate representation of color #B0C0AD: hue angle of 110.53º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0C0AD is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB176192173-
CMYK0.0800.100.25
HSL110.53º13.1%71.57%-
HSV(B)110.53º9.9%75.29%-
XYZ44.349.9546.84-
YUV185.05121.2121.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=32.53%
G=35.49%
B=31.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921730.0800.100.25110.5313.171.57
HexB0C0AD80A196fd48
Octal260300255100123115715110
Binary10110000110000001010110110000101011001110111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0AD; }

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

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

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

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

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

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

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

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