Html Css Color HEX #B2CEB1 Zanah

📋 copy color: '#B2CEB1'

red 178 ◦ green 206 ◦ blue 177

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

Shades of Zanah #B2CEB1

Tints of Zanah #B2CEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.55%

R = 31.73%
G = 36.72%
B = 31.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#B2CEB1 (or 0xB2CEB1) is known color: Zanah. HEX triplet: B2, CE and B1. RGB value is (178,206,177). Sum of RGB (Red+Green+Blue) = 178+206+177=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEB1 is #4D314E. Grayscale: #C2C2C2. Windows color (decimal): -5058895 or 11652786. OLE color: 11652786.

HSL color Cylindrical-coordinate representation of color #B2CEB1: hue angle of 117.93º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CEB1 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 177 -
CMYK 0.14 0 0.14 0.19
HSL 117.93º 0.23% 0.75% -
HSV(B) 117.93º 0.14% 0.81% -
XYZ 48.37 56.78 50.01 -
YUV 194.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 178 206 177 0.14 0 0.14 0.19 117.93 0.23 0.75
Hex B2 CE B1 E 0 E 13 76 17 4B
Octal 262 316 261 16 0 16 23 166 27 113
Binary 10110010 11001110 10110001 1110 0 1110 10011 1110110 10111 1001011

Color Harmonies of #B2CEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEB1

Black with #B2CEB1

Text Example


Text Example

White with #B2CEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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