#B2CEB3

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

Shades of Zanah #B2CEB3

Tints of Zanah #B2CEB3

Color information

#B2CEB3 (or 0xB2CEB3) is unknown color: approx Zanah. HEX triplet: B2, CE and B3. RGB value is (178,206,179). Sum of RGB (Red+Green+Blue) = 178+206+179=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEB3 is #4D314C. Grayscale: #C2C2C2. Windows color (decimal): -5058893 or 11783858. OLE color: 11783858.

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

Color convert

RGB178206179-
CMYK0.1400.130.19
HSL122.14º22.22%75.29%-
HSV(B)122.14º13.59%80.78%-
XYZ48.5756.8651.06-
YUV194.55119.22116.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=31.62%
G=36.59%
B=31.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1782061790.1400.130.19122.1422.2275.29
HexB2CEB3E0D137a164b
Octal262316263160152317226113
Binary101100101100111010110011111001101100111111010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEB3; }

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

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

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

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

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

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

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

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