Html Css Color HEX #B1CEAB Zanah

📋 copy color: '#B1CEAB'

red 177 ◦ green 206 ◦ blue 171

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

Shades of Zanah #B1CEAB

Tints of Zanah #B1CEAB

RGB

 RED value IS 177 (69.53% from 255) = 31.95%

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

 BLUE value IS 171 (67.19% from 255) = 30.87%

R = 31.95%
G = 37.18%
B = 30.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#B1CEAB (or 0xB1CEAB) is known color: Zanah. HEX triplet: B1, CE and AB. RGB value is (177,206,171). Sum of RGB (Red+Green+Blue) = 177+206+171=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CEAB is #4E3154. Grayscale: #C1C1C1. Windows color (decimal): -5124437 or 11259569. OLE color: 11259569.

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

Color convert

RGB 177 206 171 -
CMYK 0.14 0 0.17 0.19
HSL 109.71º 0.26% 0.74% -
HSV(B) 109.71º 0.17% 0.81% -
XYZ 47.55 56.43 46.91 -
YUV 193.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 177 206 171 0.14 0 0.17 0.19 109.71 0.26 0.74
Hex B1 CE AB E 0 11 13 6E 1A 4A
Octal 261 316 253 16 0 21 23 156 32 112
Binary 10110001 11001110 10101011 1110 0 10001 10011 1101110 11010 1001010

Color Harmonies of #B1CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEAB

Black with #B1CEAB

Text Example


Text Example

White with #B1CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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