#B5CDB5

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

Shades of Zanah #B5CDB5

Tints of Zanah #B5CDB5

Color information

#B5CDB5 (or 0xB5CDB5) is unknown color: approx Zanah. HEX triplet: B5, CD and B5. RGB value is (181,205,181). Sum of RGB (Red+Green+Blue) = 181+205+181=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDB5 is #4A324A. Grayscale: #C3C3C3. Windows color (decimal): -4862539 or 11914677. OLE color: 11914677.

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

Color convert

RGB181205181-
CMYK0.1200.120.20
HSL120º19.35%75.69%-
HSV(B)120º11.71%80.39%-
XYZ49.2356.8252.09-
YUV195.09120.05117.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=31.92%
G=36.16%
B=31.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051810.1200.120.2012019.3575.69
HexB5CDB5C0C1478134c
Octal265315265140142417023114
Binary101101011100110110110101110001100101001111000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDB5; }

 p { color: rgb(181,205,181); }

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

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

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

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

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

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

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