Html Css Color HEX #B1CCB9 Gum Leaf

📋 copy color: '#B1CCB9'

red 177 ◦ green 204 ◦ blue 185

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

Shades of Gum Leaf #B1CCB9

Tints of Gum Leaf #B1CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.04%

 BLUE value IS 185 (72.66% from 255) = 32.69%

R = 31.27%
G = 36.04%
B = 32.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#B1CCB9 (or 0xB1CCB9) is known color: Gum Leaf. HEX triplet: B1, CC and B9. RGB value is (177,204,185). Sum of RGB (Red+Green+Blue) = 177+204+185=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CCB9 is #4E3346. Grayscale: #C1C1C1. Windows color (decimal): -5124935 or 12176561. OLE color: 12176561.

HSL color Cylindrical-coordinate representation of color #B1CCB9: hue angle of 137.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1CCB9 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 185 -
CMYK 0.13 0 0.09 0.2
HSL 137.78º 0.21% 0.75% -
HSV(B) 137.78º 0.13% 0.8% -
XYZ 48.48 56.04 54.16 -
YUV 193.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 177 204 185 0.13 0 0.09 0.2 137.78 0.21 0.75
Hex B1 CC B9 D 0 9 14 8A 15 4B
Octal 261 314 271 15 0 11 24 212 25 113
Binary 10110001 11001100 10111001 1101 0 1001 10100 10001010 10101 1001011

Color Harmonies of #B1CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCB9

Black with #B1CCB9

Text Example


Text Example

White with #B1CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCB9; }

 p { color: rgb(177,204,185); }

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

background-color css

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

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

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

border-color css

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

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

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