Html Css Color HEX #B0CEB9 Gum Leaf

📋 copy color: '#B0CEB9'

red 176 ◦ green 206 ◦ blue 185

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

Shades of Gum Leaf #B0CEB9

Tints of Gum Leaf #B0CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.33%

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

R = 31.04%
G = 36.33%
B = 32.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#B0CEB9 (or 0xB0CEB9) is known color: Gum Leaf. HEX triplet: B0, CE and B9. RGB value is (176,206,185). Sum of RGB (Red+Green+Blue) = 176+206+185=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEB9 is #4F3146. Grayscale: #C2C2C2. Windows color (decimal): -5189959 or 12177072. OLE color: 12177072.

HSL color Cylindrical-coordinate representation of color #B0CEB9: hue angle of 138º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CEB9 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 185 -
CMYK 0.15 0 0.10 0.19
HSL 138º 0.23% 0.75% -
HSV(B) 138º 0.15% 0.81% -
XYZ 48.73 56.88 54.31 -
YUV 194.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 176 206 185 0.15 0 0.10 0.19 138 0.23 0.75
Hex B0 CE B9 F 0 A 13 8A 17 4B
Octal 260 316 271 17 0 12 23 212 27 113
Binary 10110000 11001110 10111001 1111 0 1010 10011 10001010 10111 1001011

Color Harmonies of #B0CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEB9

Black with #B0CEB9

Text Example


Text Example

White with #B0CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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