Html Css Color HEX #B5BDB0 Pumice

📋 copy color: '#B5BDB0'

red 181 ◦ green 189 ◦ blue 176

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

Shades of Pumice #B5BDB0

Tints of Pumice #B5BDB0

RGB

 RED value IS 181 (71.09% from 255) = 33.15%

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

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 33.15%
G = 34.62%
B = 32.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#B5BDB0 (or 0xB5BDB0) is known color: Pumice. HEX triplet: B5, BD and B0. RGB value is (181,189,176). Sum of RGB (Red+Green+Blue) = 181+189+176=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BDB0 is #4A424F. Grayscale: #B9B9B9. Windows color (decimal): -4866640 or 11582901. OLE color: 11582901.

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

Color convert

RGB 181 189 176 -
CMYK 0.04 0 0.07 0.26
HSL 96.92º 0.09% 0.72% -
HSV(B) 96.92º 0.07% 0.74% -
XYZ 45.09 49.35 48.22 -
YUV 185.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 181 189 176 0.04 0 0.07 0.26 96.92 0.09 0.72
Hex B5 BD B0 4 0 7 1A 61 9 48
Octal 265 275 260 4 0 7 32 141 11 110
Binary 10110101 10111101 10110000 100 0 111 11010 1100001 1001 1001000

Color Harmonies of #B5BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BDB0

Black with #B5BDB0

Text Example


Text Example

White with #B5BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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