Html Css Color HEX #B2CCAE Zanah

📋 copy color: '#B2CCAE'

red 178 ◦ green 204 ◦ blue 174

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

Shades of Zanah #B2CCAE

Tints of Zanah #B2CCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.29%

R = 32.01%
G = 36.69%
B = 31.29%

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

#B2CCAE (or 0xB2CCAE) is known color: Zanah. HEX triplet: B2, CC and AE. RGB value is (178,204,174). Sum of RGB (Red+Green+Blue) = 178+204+174=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCAE is #4D3351. Grayscale: #C0C0C0. Windows color (decimal): -5059410 or 11455666. OLE color: 11455666.

HSL color Cylindrical-coordinate representation of color #B2CCAE: hue angle of 112º 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 #B2CCAE is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 174 -
CMYK 0.13 0 0.15 0.2
HSL 112º 0.23% 0.74% -
HSV(B) 112º 0.15% 0.8% -
XYZ 47.59 55.71 48.29 -
YUV 192.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 178 204 174 0.13 0 0.15 0.2 112 0.23 0.74
Hex B2 CC AE D 0 F 14 70 17 4A
Octal 262 314 256 15 0 17 24 160 27 112
Binary 10110010 11001100 10101110 1101 0 1111 10100 1110000 10111 1001010

Color Harmonies of #B2CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCAE

Black with #B2CCAE

Text Example


Text Example

White with #B2CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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