Html Css Color HEX #B1C9B5 Gum Leaf

📋 copy color: '#B1C9B5'

red 177 ◦ green 201 ◦ blue 181

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

Shades of Gum Leaf #B1C9B5

Tints of Gum Leaf #B1C9B5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.96%

 BLUE value IS 181 (71.09% from 255) = 32.38%

R = 31.66%
G = 35.96%
B = 32.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#B1C9B5 (or 0xB1C9B5) is known color: Gum Leaf. HEX triplet: B1, C9 and B5. RGB value is (177,201,181). Sum of RGB (Red+Green+Blue) = 177+201+181=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C9B5 is #4E364A. Grayscale: #BFBFBF. Windows color (decimal): -5125707 or 11913649. OLE color: 11913649.

HSL color Cylindrical-coordinate representation of color #B1C9B5: hue angle of 130º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C9B5 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 201 181 -
CMYK 0.12 0 0.10 0.21
HSL 130º 0.18% 0.74% -
HSV(B) 130º 0.12% 0.79% -
XYZ 47.36 54.46 51.73 -
YUV 191.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 177 201 181 0.12 0 0.10 0.21 130 0.18 0.74
Hex B1 C9 B5 C 0 A 15 82 12 4A
Octal 261 311 265 14 0 12 25 202 22 112
Binary 10110001 11001001 10110101 1100 0 1010 10101 10000010 10010 1001010

Color Harmonies of #B1C9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C9B5

Black with #B1C9B5

Text Example


Text Example

White with #B1C9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C9B5; }

 p { color: rgb(177,201,181); }

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

background-color css

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

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

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

border-color css

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

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

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