Html Css Color HEX #B7BAB5 Pumice

📋 copy color: '#B7BAB5'

red 183 ◦ green 186 ◦ blue 181

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

Shades of Pumice #B7BAB5

Tints of Pumice #B7BAB5

RGB

 RED value IS 183 (71.88% from 255) = 33.27%

 GREEN value IS 186 (73.05% from 255) = 33.82%

 BLUE value IS 181 (71.09% from 255) = 32.91%

R = 33.27%
G = 33.82%
B = 32.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B7BAB5 (or 0xB7BAB5) is known color: Pumice. HEX triplet: B7, BA and B5. RGB value is (183,186,181). Sum of RGB (Red+Green+Blue) = 183+186+181=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAB5 is #48454A. Grayscale: #B8B8B8. Windows color (decimal): -4736331 or 11909815. OLE color: 11909815.

HSL color Cylindrical-coordinate representation of color #B7BAB5: hue angle of 96º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7BAB5 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 186 181 -
CMYK 0.02 0 0.03 0.27
HSL 96º 0.03% 0.72% -
HSV(B) 96º 0.03% 0.73% -
XYZ 45.43 48.52 50.69 -
YUV 184.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 183 186 181 0.02 0 0.03 0.27 96 0.03 0.72
Hex B7 BA B5 2 0 3 1B 60 3 48
Octal 267 272 265 2 0 3 33 140 3 110
Binary 10110111 10111010 10110101 10 0 11 11011 1100000 11 1001000

Color Harmonies of #B7BAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BAB5

Black with #B7BAB5

Text Example


Text Example

White with #B7BAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BAB5; }

 p { color: rgb(183,186,181); }

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

background-color css

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

 a { background-color: rgb(183,186,181); }

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

border-color css

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

 span { border-color: rgb(183,186,181); }

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