#B0C0B0

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

Shades of Zanah #B0C0B0

Tints of Zanah #B0C0B0

Color information

#B0C0B0 (or 0xB0C0B0) is unknown color: approx Zanah. HEX triplet: B0, C0 and B0. RGB value is (176,192,176). Sum of RGB (Red+Green+Blue) = 176+192+176=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C0B0 is #4F3F4F. Grayscale: #B9B9B9. Windows color (decimal): -5193552 or 11583664. OLE color: 11583664.

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

Color convert

RGB176192176-
CMYK0.0800.080.25
HSL120º11.27%72.16%-
HSV(B)120º8.33%75.29%-
XYZ44.5950.0648.39-
YUV185.39122.7121.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.35%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=32.35%
G=35.29%
B=32.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921760.0800.080.2512011.2772.16
HexB0C0B08081978b48
Octal260300260100103117013110
Binary10110000110000001011000010000100011001111100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0B0; }

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

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

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

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

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

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

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

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