Html Css Color HEX #B1CEB1 Zanah

📋 copy color: '#B1CEB1'

red 177 ◦ green 206 ◦ blue 177

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

Shades of Zanah #B1CEB1

Tints of Zanah #B1CEB1

RGB

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

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

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

R = 31.61%
G = 36.79%
B = 31.61%

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

#B1CEB1 (or 0xB1CEB1) is known color: Zanah. HEX triplet: B1, CE and B1. RGB value is (177,206,177). Sum of RGB (Red+Green+Blue) = 177+206+177=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CEB1 is #4E314E. Grayscale: #C2C2C2. Windows color (decimal): -5124431 or 11652785. OLE color: 11652785.

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

Color convert

RGB 177 206 177 -
CMYK 0.14 0 0.14 0.19
HSL 120º 0.23% 0.75% -
HSV(B) 120º 0.14% 0.81% -
XYZ 48.14 56.66 50 -
YUV 194.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 177 206 177 0.14 0 0.14 0.19 120 0.23 0.75
Hex B1 CE B1 E 0 E 13 78 17 4B
Octal 261 316 261 16 0 16 23 170 27 113
Binary 10110001 11001110 10110001 1110 0 1110 10011 1111000 10111 1001011

Color Harmonies of #B1CEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEB1

Black with #B1CEB1

Text Example


Text Example

White with #B1CEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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