Html Css Color HEX #B0CFAD Zanah

📋 copy color: '#B0CFAD'

red 176 ◦ green 207 ◦ blue 173

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

Shades of Zanah #B0CFAD

Tints of Zanah #B0CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.23%

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

R = 31.65%
G = 37.23%
B = 31.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#B0CFAD (or 0xB0CFAD) is known color: Zanah. HEX triplet: B0, CF and AD. RGB value is (176,207,173). Sum of RGB (Red+Green+Blue) = 176+207+173=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CFAD is #4F3052. Grayscale: #C1C1C1. Windows color (decimal): -5189715 or 11390896. OLE color: 11390896.

HSL color Cylindrical-coordinate representation of color #B0CFAD: hue angle of 114.71º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0CFAD is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 207 173 -
CMYK 0.15 0 0.16 0.19
HSL 114.71º 0.26% 0.75% -
HSV(B) 114.71º 0.16% 0.81% -
XYZ 47.76 56.87 48 -
YUV 193.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 176 207 173 0.15 0 0.16 0.19 114.71 0.26 0.75
Hex B0 CF AD F 0 10 13 73 1A 4B
Octal 260 317 255 17 0 20 23 163 32 113
Binary 10110000 11001111 10101101 1111 0 10000 10011 1110011 11010 1001011

Color Harmonies of #B0CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFAD

Black with #B0CFAD

Text Example


Text Example

White with #B0CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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