Html Css Color HEX #B2CCAD Zanah

📋 copy color: '#B2CCAD'

red 178 ◦ green 204 ◦ blue 173

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

Shades of Zanah #B2CCAD

Tints of Zanah #B2CCAD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

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

R = 32.07%
G = 36.76%
B = 31.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#B2CCAD (or 0xB2CCAD) is known color: Zanah. HEX triplet: B2, CC and AD. RGB value is (178,204,173). Sum of RGB (Red+Green+Blue) = 178+204+173=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCAD is #4D3352. Grayscale: #C0C0C0. Windows color (decimal): -5059411 or 11390130. OLE color: 11390130.

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

Color convert

RGB 178 204 173 -
CMYK 0.13 0 0.15 0.2
HSL 110.32º 0.23% 0.74% -
HSV(B) 110.32º 0.15% 0.8% -
XYZ 47.5 55.67 47.78 -
YUV 192.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 178 204 173 0.13 0 0.15 0.2 110.32 0.23 0.74
Hex B2 CC AD D 0 F 14 6E 17 4A
Octal 262 314 255 15 0 17 24 156 27 112
Binary 10110010 11001100 10101101 1101 0 1111 10100 1101110 10111 1001010

Color Harmonies of #B2CCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCAD

Black with #B2CCAD

Text Example


Text Example

White with #B2CCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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