#B6BDAF

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

Shades of Pumice #B6BDAF

Tints of Pumice #B6BDAF

Color information

#B6BDAF (or 0xB6BDAF) is unknown color: approx Pumice. HEX triplet: B6, BD and AF. RGB value is (182,189,175). Sum of RGB (Red+Green+Blue) = 182+189+175=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDAF is #494250. Grayscale: #B9B9B9. Windows color (decimal): -4801105 or 11517366. OLE color: 11517366.

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

Color convert

RGB182189175-
CMYK0.0400.070.26
HSL90º9.59%71.37%-
HSV(B)90º7.41%74.12%-
XYZ45.2349.4447.72-
YUV185.31122.18125.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=33.33%
G=34.62%
B=32.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821891750.0400.070.26909.5971.37
HexB6BDAF4071A5aa47
Octal2662752574073213212107
Binary101101101011110110101111100011111010101101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDAF; }

 p { color: rgb(182,189,175); }

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

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

 a { background-color: rgb(182,189,175); }

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

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

 span { border-color: rgb(182,189,175); }

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