Html Css Color HEX #B0D1B9 Gum Leaf

📋 copy color: '#B0D1B9'

red 176 ◦ green 209 ◦ blue 185

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

Shades of Gum Leaf #B0D1B9

Tints of Gum Leaf #B0D1B9

RGB

 RED value IS 176 (69.14% from 255) = 30.88%

 GREEN value IS 209 (82.03% from 255) = 36.67%

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

R = 30.88%
G = 36.67%
B = 32.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B0D1B9 (or 0xB0D1B9) is known color: Gum Leaf. HEX triplet: B0, D1 and B9. RGB value is (176,209,185). Sum of RGB (Red+Green+Blue) = 176+209+185=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1B9 is #4F2E46. Grayscale: #C4C4C4. Windows color (decimal): -5189191 or 12177840. OLE color: 12177840.

HSL color Cylindrical-coordinate representation of color #B0D1B9: hue angle of 136.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D1B9 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 185 -
CMYK 0.16 0 0.11 0.18
HSL 136.36º 0.26% 0.75% -
HSV(B) 136.36º 0.16% 0.82% -
XYZ 49.46 58.33 54.55 -
YUV 196.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 176 209 185 0.16 0 0.11 0.18 136.36 0.26 0.75
Hex B0 D1 B9 10 0 B 12 88 1A 4B
Octal 260 321 271 20 0 13 22 210 32 113
Binary 10110000 11010001 10111001 10000 0 1011 10010 10001000 11010 1001011

Color Harmonies of #B0D1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1B9

Black with #B0D1B9

Text Example


Text Example

White with #B0D1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1B9; }

 p { color: rgb(176,209,185); }

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

background-color css

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

 a { background-color: rgb(176,209,185); }

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

border-color css

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

 span { border-color: rgb(176,209,185); }

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