#BACDB9

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

Shades of Zanah #BACDB9

Tints of Zanah #BACDB9

Color information

#BACDB9 (or 0xBACDB9) is unknown color: approx Zanah. HEX triplet: BA, CD and B9. RGB value is (186,205,185). Sum of RGB (Red+Green+Blue) = 186+205+185=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDB9 is #453246. Grayscale: #C5C5C5. Windows color (decimal): -4534855 or 12176826. OLE color: 12176826.

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

Color convert

RGB186205185-
CMYK0.0900.100.20
HSL117º16.67%76.47%-
HSV(B)117º9.76%80.39%-
XYZ50.8457.654.34-
YUV197.04121.21120.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 185 (72.66% from 255) = 32.12%
R=32.29%
G=35.59%
B=32.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051850.0900.100.2011716.6776.47
HexBACDB990A1475114c
Octal272315271110122416521114
Binary101110101100110110111001100101010101001110101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDB9; }

 p { color: rgb(186,205,185); }

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

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

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

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

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

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

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