Html Css Color HEX #B0BDB4 Gum Leaf

📋 copy color: '#B0BDB4'

red 176 ◦ green 189 ◦ blue 180

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

Shades of Gum Leaf #B0BDB4

Tints of Gum Leaf #B0BDB4

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.7% from 255) = 33.03%

R = 32.29%
G = 34.68%
B = 33.03%

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

#B0BDB4 (or 0xB0BDB4) is known color: 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

RGB 176 189 180 -
CMYK 0.07 0 0.05 0.26
HSL 138.46º 0.09% 0.72% -
HSV(B) 138.46º 0.07% 0.74% -
XYZ 44.34 48.92 50.29 -
YUV 184.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 176 189 180 0.07 0 0.05 0.26 138.46 0.09 0.72
Hex B0 BD B4 7 0 5 1A 8A 9 48
Octal 260 275 264 7 0 5 32 212 11 110
Binary 10110000 10111101 10110100 111 0 101 11010 10001010 1001 1001000

Color Harmonies of #B0BDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BDB4

Black with #B0BDB4

Text Example


Text Example

White with #B0BDB4

Text Example


Text Example

HTML Codes & Css Web 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>