#B4BAAF

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

Shades of Pumice #B4BAAF

Tints of Pumice #B4BAAF

Color information

#B4BAAF (or 0xB4BAAF) is unknown color: approx Pumice. HEX triplet: B4, BA and AF. RGB value is (180,186,175). Sum of RGB (Red+Green+Blue) = 180+186+175=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAAF is #4B4550. Grayscale: #B6B6B6. Windows color (decimal): -4932945 or 11516596. OLE color: 11516596.

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

Color convert

RGB180186175-
CMYK0.0300.060.27
HSL92.73º7.38%70.78%-
HSV(B)92.73º5.91%72.94%-
XYZ44.1247.9247.48-
YUV182.95123.51125.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=33.27%
G=34.38%
B=32.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861750.0300.060.2792.737.3870.78
HexB4BAAF3061B5d747
Octal264272257306331357107
Binary1011010010111010101011111101101101110111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAAF; }

 p { color: rgb(180,186,175); }

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

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

 a { background-color: rgb(180,186,175); }

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

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

 span { border-color: rgb(180,186,175); }

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