#B3CDB4

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

Shades of Zanah #B3CDB4

Tints of Zanah #B3CDB4

Color information

#B3CDB4 (or 0xB3CDB4) is unknown color: approx Zanah. HEX triplet: B3, CD and B4. RGB value is (179,205,180). Sum of RGB (Red+Green+Blue) = 179+205+180=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDB4 is #4C324B. Grayscale: #C2C2C2. Windows color (decimal): -4993612 or 11849139. OLE color: 11849139.

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

Color convert

RGB179205180-
CMYK0.1300.120.20
HSL122.31º20.63%75.29%-
HSV(B)122.31º12.68%80.39%-
XYZ48.6656.5451.53-
YUV194.38119.89117.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 205 (80.47% from 255) = 36.35%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=31.74%
G=36.35%
B=31.91%

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
Decimal1792051800.1300.120.20122.3120.6375.29
HexB3CDB4D0C147a154b
Octal263315264150142417225113
Binary101100111100110110110100110101100101001111010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDB4; }

 p { color: rgb(179,205,180); }

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

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

 a { background-color: rgb(179,205,180); }

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

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

 span { border-color: rgb(179,205,180); }

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