#B7CDB4

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

Shades of Zanah #B7CDB4

Tints of Zanah #B7CDB4

Color information

#B7CDB4 (or 0xB7CDB4) is unknown color: approx Zanah. HEX triplet: B7, CD and B4. RGB value is (183,205,180). Sum of RGB (Red+Green+Blue) = 183+205+180=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDB4 is #48324B. Grayscale: #C3C3C3. Windows color (decimal): -4731468 or 11849143. OLE color: 11849143.

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

Color convert

RGB183205180-
CMYK0.1100.120.20
HSL112.8º20%75.49%-
HSV(B)112.8º12.2%80.39%-
XYZ49.657.0351.57-
YUV195.57119.21119.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=32.22%
G=36.09%
B=31.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832051800.1100.120.20112.82075.49
HexB7CDB4B0C1471144b
Octal267315264130142416124113
Binary101101111100110110110100101101100101001110001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CDB4; }

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

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

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

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

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

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

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

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