Html Css Color HEX #B0C5B7 Gum Leaf

📋 copy color: '#B0C5B7'

red 176 ◦ green 197 ◦ blue 183

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

Shades of Gum Leaf #B0C5B7

Tints of Gum Leaf #B0C5B7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.43%

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

R = 31.65%
G = 35.43%
B = 32.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#B0C5B7 (or 0xB0C5B7) is known color: Gum Leaf. HEX triplet: B0, C5 and B7. RGB value is (176,197,183). Sum of RGB (Red+Green+Blue) = 176+197+183=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5B7 is #4F3A48. Grayscale: #BDBDBD. Windows color (decimal): -5192265 or 12043696. OLE color: 12043696.

HSL color Cylindrical-coordinate representation of color #B0C5B7: hue angle of 140º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C5B7 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 197 183 -
CMYK 0.11 0 0.07 0.23
HSL 140º 0.15% 0.73% -
HSV(B) 140º 0.11% 0.77% -
XYZ 46.42 52.58 52.5 -
YUV 189.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 176 197 183 0.11 0 0.07 0.23 140 0.15 0.73
Hex B0 C5 B7 B 0 7 17 8C F 49
Octal 260 305 267 13 0 7 27 214 17 111
Binary 10110000 11000101 10110111 1011 0 111 10111 10001100 1111 1001001

Color Harmonies of #B0C5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C5B7

Black with #B0C5B7

Text Example


Text Example

White with #B0C5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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