Html Css Color HEX #B0D1B7 Gum Leaf

📋 copy color: '#B0D1B7'

red 176 ◦ green 209 ◦ blue 183

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

Shades of Gum Leaf #B0D1B7

Tints of Gum Leaf #B0D1B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.22%

R = 30.99%
G = 36.8%
B = 32.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#B0D1B7 (or 0xB0D1B7) is known color: Gum Leaf. HEX triplet: B0, D1 and B7. RGB value is (176,209,183). Sum of RGB (Red+Green+Blue) = 176+209+183=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D1B7 is #4F2E48. Grayscale: #C4C4C4. Windows color (decimal): -5189193 or 12046768. OLE color: 12046768.

HSL color Cylindrical-coordinate representation of color #B0D1B7: hue angle of 132.73º 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 #B0D1B7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 209 183 -
CMYK 0.16 0 0.12 0.18
HSL 132.73º 0.26% 0.75% -
HSV(B) 132.73º 0.16% 0.82% -
XYZ 49.25 58.25 53.45 -
YUV 196.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 176 209 183 0.16 0 0.12 0.18 132.73 0.26 0.75
Hex B0 D1 B7 10 0 C 12 85 1A 4B
Octal 260 321 267 20 0 14 22 205 32 113
Binary 10110000 11010001 10110111 10000 0 1100 10010 10000101 11010 1001011

Color Harmonies of #B0D1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D1B7

Black with #B0D1B7

Text Example


Text Example

White with #B0D1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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