#B7BDB2

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

Shades of Pumice #B7BDB2

Tints of Pumice #B7BDB2

Color information

#B7BDB2 (or 0xB7BDB2) is unknown color: approx Pumice. HEX triplet: B7, BD and B2. RGB value is (183,189,178). Sum of RGB (Red+Green+Blue) = 183+189+178=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BDB2 is #48424D. Grayscale: #B9B9B9. Windows color (decimal): -4735566 or 11713975. OLE color: 11713975.

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

Color convert

RGB183189178-
CMYK0.0300.060.26
HSL92.73º7.69%71.96%-
HSV(B)92.73º5.82%74.12%-
XYZ45.7649.6849.3-
YUV185.95123.51125.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.27%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 178 (69.92% from 255) = 32.36%
R=33.27%
G=34.36%
B=32.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831891780.0300.060.2692.737.6971.96
HexB7BDB23061A5d848
Octal2672752623063213510110
Binary10110111101111011011001011011011010101110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDB2; }

 p { color: rgb(183,189,178); }

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

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

 a { background-color: rgb(183,189,178); }

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

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

 span { border-color: rgb(183,189,178); }

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