#B0CBB2

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

Shades of Zanah #B0CBB2

Tints of Zanah #B0CBB2

Color information

#B0CBB2 (or 0xB0CBB2) is unknown color: approx Zanah. HEX triplet: B0, CB and B2. RGB value is (176,203,178). Sum of RGB (Red+Green+Blue) = 176+203+178=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CBB2 is #4F344D. Grayscale: #C0C0C0. Windows color (decimal): -5190734 or 11717552. OLE color: 11717552.

HSL color Cylindrical-coordinate representation of color #B0CBB2: hue angle of 124.44º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CBB2 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB176203178-
CMYK0.1300.120.20
HSL124.44º20.61%74.31%-
HSV(B)124.44º13.3%79.61%-
XYZ47.355.1650.27-
YUV192.08120.05116.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=31.60%
G=36.45%
B=31.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031780.1300.120.20124.4420.6174.31
HexB0CBB2D0C147c154a
Octal260313262150142417425112
Binary101100001100101110110010110101100101001111100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBB2; }

 p { color: rgb(176,203,178); }

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

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

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

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

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

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

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