#B0BDB4

Color #B0BDB4 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #B0BDB4

Tints of Gum Leaf #B0BDB4

Color information

#B0BDB4 (or 0xB0BDB4) is unknown color: approx Gum Leaf. HEX triplet: B0, BD and B4. RGB value is (176,189,180). Sum of RGB (Red+Green+Blue) = 176+189+180=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDB4 is #4F424B. Grayscale: #B8B8B8. Windows color (decimal): -5194316 or 11845040. OLE color: 11845040.

HSL color Cylindrical-coordinate representation of color #B0BDB4: hue angle of 138.46º 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 #B0BDB4 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB176189180-
CMYK0.0700.050.26
HSL138.46º8.97%71.57%-
HSV(B)138.46º6.88%74.12%-
XYZ44.3448.9250.29-
YUV184.09125.69122.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=32.29%
G=34.68%
B=33.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761891800.0700.050.26138.468.9771.57
HexB0BDB47051A8a948
Octal2602752647053221211110
Binary1011000010111101101101001110101110101000101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDB4; }

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

 H1.HeaderClassName
 {
   color: #B0BDB4;
 }
 .AnyTagClassName
 {
   color: #B0BDB4;
 }
</style>
background-color css

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

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

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

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

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

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