Html Css Color HEX #B0D0BA Gum Leaf

📋 copy color: '#B0D0BA'

red 176 ◦ green 208 ◦ blue 186

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

Shades of Gum Leaf #B0D0BA

Tints of Gum Leaf #B0D0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.49%

 BLUE value IS 186 (73.05% from 255) = 32.63%

R = 30.88%
G = 36.49%
B = 32.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B0D0BA (or 0xB0D0BA) is known color: Gum Leaf. HEX triplet: B0, D0 and BA. RGB value is (176,208,186). Sum of RGB (Red+Green+Blue) = 176+208+186=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D0BA is #4F2F45. Grayscale: #C3C3C3. Windows color (decimal): -5189446 or 12243120. OLE color: 12243120.

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

Color convert

RGB 176 208 186 -
CMYK 0.15 0 0.11 0.18
HSL 138.75º 0.25% 0.75% -
HSV(B) 138.75º 0.15% 0.82% -
XYZ 49.32 57.89 55.03 -
YUV 195.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 176 208 186 0.15 0 0.11 0.18 138.75 0.25 0.75
Hex B0 D0 BA F 0 B 12 8B 19 4B
Octal 260 320 272 17 0 13 22 213 31 113
Binary 10110000 11010000 10111010 1111 0 1011 10010 10001011 11001 1001011

Color Harmonies of #B0D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D0BA

Black with #B0D0BA

Text Example


Text Example

White with #B0D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D0BA; }

 p { color: rgb(176,208,186); }

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

background-color css

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

 a { background-color: rgb(176,208,186); }

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

border-color css

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

 span { border-color: rgb(176,208,186); }

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