Html Css Color HEX #B9C2BB Gum Leaf

📋 copy color: '#B9C2BB'

red 185 ◦ green 194 ◦ blue 187

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

Shades of Gum Leaf #B9C2BB

Tints of Gum Leaf #B9C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.28%

 BLUE value IS 187 (73.44% from 255) = 33.04%

R = 32.69%
G = 34.28%
B = 33.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#B9C2BB (or 0xB9C2BB) is known color: Gum Leaf. HEX triplet: B9, C2 and BB. RGB value is (185,194,187). Sum of RGB (Red+Green+Blue) = 185+194+187=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2BB is #463D44. Grayscale: #BEBEBE. Windows color (decimal): -4603205 or 12305081. OLE color: 12305081.

HSL color Cylindrical-coordinate representation of color #B9C2BB: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C2BB is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 187 -
CMYK 0.05 0 0.04 0.24
HSL 133.33º 0.07% 0.74% -
HSV(B) 133.33º 0.05% 0.76% -
XYZ 48.27 52.49 54.6 -
YUV 190.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 185 194 187 0.05 0 0.04 0.24 133.33 0.07 0.74
Hex B9 C2 BB 5 0 4 18 85 7 4A
Octal 271 302 273 5 0 4 30 205 7 112
Binary 10111001 11000010 10111011 101 0 100 11000 10000101 111 1001010

Color Harmonies of #B9C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2BB

Black with #B9C2BB

Text Example


Text Example

White with #B9C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2BB; }

 p { color: rgb(185,194,187); }

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

background-color css

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

 a { background-color: rgb(185,194,187); }

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

border-color css

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

 span { border-color: rgb(185,194,187); }

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