Html Css Color HEX #B0BDB3 Gum Leaf

📋 copy color: '#B0BDB3'

red 176 ◦ green 189 ◦ blue 179

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

Shades of Gum Leaf #B0BDB3

Tints of Gum Leaf #B0BDB3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.74%

 BLUE value IS 179 (70.31% from 255) = 32.9%

R = 32.35%
G = 34.74%
B = 32.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#B0BDB3 (or 0xB0BDB3) is known color: Gum Leaf. HEX triplet: B0, BD and B3. RGB value is (176,189,179). Sum of RGB (Red+Green+Blue) = 176+189+179=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDB3 is #4F424C. Grayscale: #B8B8B8. Windows color (decimal): -5194317 or 11779504. OLE color: 11779504.

HSL color Cylindrical-coordinate representation of color #B0BDB3: hue angle of 133.85º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0BDB3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 179 -
CMYK 0.07 0 0.05 0.26
HSL 133.85º 0.09% 0.72% -
HSV(B) 133.85º 0.07% 0.74% -
XYZ 44.24 48.88 49.75 -
YUV 183.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 176 189 179 0.07 0 0.05 0.26 133.85 0.09 0.72
Hex B0 BD B3 7 0 5 1A 86 9 48
Octal 260 275 263 7 0 5 32 206 11 110
Binary 10110000 10111101 10110011 111 0 101 11010 10000110 1001 1001000

Color Harmonies of #B0BDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDB3

Black with #B0BDB3

Text Example


Text Example

White with #B0BDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BDB3; }

 p { color: rgb(176,189,179); }

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

background-color css

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

 a { background-color: rgb(176,189,179); }

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

border-color css

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

 span { border-color: rgb(176,189,179); }

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