Html Css Color HEX #B2CDAD Zanah

📋 copy color: '#B2CDAD'

red 178 ◦ green 205 ◦ blue 173

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

Shades of Zanah #B2CDAD

Tints of Zanah #B2CDAD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

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

R = 32.01%
G = 36.87%
B = 31.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#B2CDAD (or 0xB2CDAD) is known color: Zanah. HEX triplet: B2, CD and AD. RGB value is (178,205,173). Sum of RGB (Red+Green+Blue) = 178+205+173=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CDAD is #4D3252. Grayscale: #C1C1C1. Windows color (decimal): -5059155 or 11390386. OLE color: 11390386.

HSL color Cylindrical-coordinate representation of color #B2CDAD: hue angle of 110.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2CDAD is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 173 -
CMYK 0.13 0 0.16 0.20
HSL 110.63º 0.24% 0.74% -
HSV(B) 110.63º 0.16% 0.8% -
XYZ 47.73 56.14 47.86 -
YUV 193.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 178 205 173 0.13 0 0.16 0.20 110.63 0.24 0.74
Hex B2 CD AD D 0 10 14 6F 18 4A
Octal 262 315 255 15 0 20 24 157 30 112
Binary 10110010 11001101 10101101 1101 0 10000 10100 1101111 11000 1001010

Color Harmonies of #B2CDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDAD

Black with #B2CDAD

Text Example


Text Example

White with #B2CDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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