Html Css Color HEX #B5BDB1 Pumice

📋 copy color: '#B5BDB1'

red 181 ◦ green 189 ◦ blue 177

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

Shades of Pumice #B5BDB1

Tints of Pumice #B5BDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.36%

R = 33.09%
G = 34.55%
B = 32.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#B5BDB1 (or 0xB5BDB1) is known color: Pumice. HEX triplet: B5, BD and B1. RGB value is (181,189,177). Sum of RGB (Red+Green+Blue) = 181+189+177=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BDB1 is #4A424E. Grayscale: #B9B9B9. Windows color (decimal): -4866639 or 11648437. OLE color: 11648437.

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

Color convert

RGB 181 189 177 -
CMYK 0.04 0 0.06 0.26
HSL 100º 0.08% 0.72% -
HSV(B) 100º 0.06% 0.74% -
XYZ 45.19 49.39 48.75 -
YUV 185.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 181 189 177 0.04 0 0.06 0.26 100 0.08 0.72
Hex B5 BD B1 4 0 6 1A 64 8 48
Octal 265 275 261 4 0 6 32 144 10 110
Binary 10110101 10111101 10110001 100 0 110 11010 1100100 1000 1001000

Color Harmonies of #B5BDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BDB1

Black with #B5BDB1

Text Example


Text Example

White with #B5BDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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