#B0C1B1

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

Shades of Zanah #B0C1B1

Tints of Zanah #B0C1B1

Color information

#B0C1B1 (or 0xB0C1B1) is unknown color: approx Zanah. HEX triplet: B0, C1 and B1. RGB value is (176,193,177). Sum of RGB (Red+Green+Blue) = 176+193+177=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C1B1 is #4F3E4E. Grayscale: #BABABA. Windows color (decimal): -5193295 or 11649456. OLE color: 11649456.

HSL color Cylindrical-coordinate representation of color #B0C1B1: hue angle of 123.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C1B1 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB176193177-
CMYK0.0900.080.24
HSL123.53º12.06%72.35%-
HSV(B)123.53º8.81%75.69%-
XYZ44.9150.5448.98-
YUV186.09122.87120.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=32.23%
G=35.35%
B=32.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931770.0900.080.24123.5312.0672.35
HexB0C1B1908187cc48
Octal260301261110103017414110
Binary10110000110000011011000110010100011000111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C1B1; }

 p { color: rgb(176,193,177); }

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

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

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

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

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

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

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