#B0CEB2

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

Shades of Zanah #B0CEB2

Tints of Zanah #B0CEB2

Color information

#B0CEB2 (or 0xB0CEB2) is unknown color: approx Zanah. HEX triplet: B0, CE and B2. RGB value is (176,206,178). Sum of RGB (Red+Green+Blue) = 176+206+178=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEB2 is #4F314D. Grayscale: #C1C1C1. Windows color (decimal): -5189966 or 11718320. OLE color: 11718320.

HSL color Cylindrical-coordinate representation of color #B0CEB2: hue angle of 124º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CEB2 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB176206178-
CMYK0.1500.140.19
HSL124º23.44%74.9%-
HSV(B)124º14.56%80.78%-
XYZ48.0156.5950.51-
YUV193.84119.06115.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=31.43%
G=36.79%
B=31.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061780.1500.140.1912423.4474.9
HexB0CEB2F0E137c174b
Octal260316262170162317427113
Binary101100001100111010110010111101110100111111100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEB2; }

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

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

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

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

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

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

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

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