Html Css Color HEX #B0C8B5 Gum Leaf

📋 copy color: '#B0C8B5'

red 176 ◦ green 200 ◦ blue 181

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

Shades of Gum Leaf #B0C8B5

Tints of Gum Leaf #B0C8B5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.91%

 BLUE value IS 181 (71.09% from 255) = 32.5%

R = 31.6%
G = 35.91%
B = 32.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#B0C8B5 (or 0xB0C8B5) is known color: Gum Leaf. HEX triplet: B0, C8 and B5. RGB value is (176,200,181). Sum of RGB (Red+Green+Blue) = 176+200+181=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8B5 is #4F374A. Grayscale: #BEBEBE. Windows color (decimal): -5191499 or 11913392. OLE color: 11913392.

HSL color Cylindrical-coordinate representation of color #B0C8B5: hue angle of 132.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C8B5 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 181 -
CMYK 0.12 0 0.09 0.22
HSL 132.5º 0.18% 0.74% -
HSV(B) 132.5º 0.12% 0.78% -
XYZ 46.9 53.87 51.64 -
YUV 190.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 176 200 181 0.12 0 0.09 0.22 132.5 0.18 0.74
Hex B0 C8 B5 C 0 9 16 84 12 4A
Octal 260 310 265 14 0 11 26 204 22 112
Binary 10110000 11001000 10110101 1100 0 1001 10110 10000100 10010 1001010

Color Harmonies of #B0C8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C8B5

Black with #B0C8B5

Text Example


Text Example

White with #B0C8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C8B5; }

 p { color: rgb(176,200,181); }

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

background-color css

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

 a { background-color: rgb(176,200,181); }

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

border-color css

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

 span { border-color: rgb(176,200,181); }

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