Html Css Color HEX #B2CFAD Zanah

📋 copy color: '#B2CFAD'

red 178 ◦ green 207 ◦ blue 173

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

Shades of Zanah #B2CFAD

Tints of Zanah #B2CFAD

RGB

 RED value IS 178 (69.92% from 255) = 31.9%

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

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

R = 31.9%
G = 37.1%
B = 31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#B2CFAD (or 0xB2CFAD) is known color: Zanah. HEX triplet: B2, CF and AD. RGB value is (178,207,173). Sum of RGB (Red+Green+Blue) = 178+207+173=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CFAD is #4D3052. Grayscale: #C2C2C2. Windows color (decimal): -5058643 or 11390898. OLE color: 11390898.

HSL color Cylindrical-coordinate representation of color #B2CFAD: hue angle of 111.18º 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 #B2CFAD is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 173 -
CMYK 0.14 0 0.16 0.19
HSL 111.18º 0.26% 0.75% -
HSV(B) 111.18º 0.16% 0.81% -
XYZ 48.22 57.11 48.02 -
YUV 194.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 178 207 173 0.14 0 0.16 0.19 111.18 0.26 0.75
Hex B2 CF AD E 0 10 13 6F 1A 4B
Octal 262 317 255 16 0 20 23 157 32 113
Binary 10110010 11001111 10101101 1110 0 10000 10011 1101111 11010 1001011

Color Harmonies of #B2CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CFAD

Black with #B2CFAD

Text Example


Text Example

White with #B2CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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