Html Css Color HEX #B0C7AD Zanah

📋 copy color: '#B0C7AD'

red 176 ◦ green 199 ◦ blue 173

#B0C7AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #B0C7AD

Tints of Zanah #B0C7AD

RGB

 RED value IS 176 (69.14% from 255) = 32.12%

 GREEN value IS 199 (78.13% from 255) = 36.31%

 BLUE value IS 173 (67.97% from 255) = 31.57%

R = 32.12%
G = 36.31%
B = 31.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#B0C7AD (or 0xB0C7AD) is known color: Zanah. HEX triplet: B0, C7 and AD. RGB value is (176,199,173). Sum of RGB (Red+Green+Blue) = 176+199+173=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C7AD is #4F3852. Grayscale: #BDBDBD. Windows color (decimal): -5191763 or 11388848. OLE color: 11388848.

HSL color Cylindrical-coordinate representation of color #B0C7AD: hue angle of 113.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0C7AD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 199 173 -
CMYK 0.12 0 0.13 0.22
HSL 113.08º 0.19% 0.73% -
HSV(B) 113.08º 0.13% 0.78% -
XYZ 45.87 53.09 47.37 -
YUV 189.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 176 199 173 0.12 0 0.13 0.22 113.08 0.19 0.73
Hex B0 C7 AD C 0 D 16 71 13 49
Octal 260 307 255 14 0 15 26 161 23 111
Binary 10110000 11000111 10101101 1100 0 1101 10110 1110001 10011 1001001

Color Harmonies of #B0C7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C7AD

Black with #B0C7AD

Text Example


Text Example

White with #B0C7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C7AD; }

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

 H1.HeaderClassName
 {
   color: #B0C7AD;
 }
 .AnyTagClassName
 {
   color: #B0C7AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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