#B0CAAD

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

Shades of Zanah #B0CAAD

Tints of Zanah #B0CAAD

Color information

#B0CAAD (or 0xB0CAAD) is unknown color: approx Zanah. HEX triplet: B0, CA and AD. RGB value is (176,202,173). Sum of RGB (Red+Green+Blue) = 176+202+173=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CAAD is #4F3552. Grayscale: #BFBFBF. Windows color (decimal): -5190995 or 11389616. OLE color: 11389616.

HSL color Cylindrical-coordinate representation of color #B0CAAD: hue angle of 113.79º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CAAD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB176202173-
CMYK0.1300.140.21
HSL113.79º21.48%73.53%-
HSV(B)113.79º14.36%79.22%-
XYZ46.5754.4947.6-
YUV190.92117.89117.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=31.94%
G=36.66%
B=31.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762021730.1300.140.21113.7921.4873.53
HexB0CAADD0E1572154a
Octal260312255150162516225112
Binary101100001100101010101101110101110101011110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAAD; }

 p { color: rgb(176,202,173); }

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

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

 a { background-color: rgb(176,202,173); }

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

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

 span { border-color: rgb(176,202,173); }

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