Html Css Color HEX #B2CEAE Zanah

📋 copy color: '#B2CEAE'

red 178 ◦ green 206 ◦ blue 174

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

Shades of Zanah #B2CEAE

Tints of Zanah #B2CEAE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.92%

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

R = 31.9%
G = 36.92%
B = 31.18%

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

#B2CEAE (or 0xB2CEAE) is known color: Zanah. HEX triplet: B2, CE and AE. RGB value is (178,206,174). Sum of RGB (Red+Green+Blue) = 178+206+174=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEAE is #4D3151. Grayscale: #C2C2C2. Windows color (decimal): -5058898 or 11456178. OLE color: 11456178.

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

Color convert

RGB 178 206 174 -
CMYK 0.14 0 0.16 0.19
HSL 112.5º 0.25% 0.75% -
HSV(B) 112.5º 0.16% 0.81% -
XYZ 48.07 56.66 48.45 -
YUV 193.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 178 206 174 0.14 0 0.16 0.19 112.5 0.25 0.75
Hex B2 CE AE E 0 10 13 70 19 4B
Octal 262 316 256 16 0 20 23 160 31 113
Binary 10110010 11001110 10101110 1110 0 10000 10011 1110000 11001 1001011

Color Harmonies of #B2CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEAE

Black with #B2CEAE

Text Example


Text Example

White with #B2CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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