#BDC7B4

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

Shades of Pumice #BDC7B4

Tints of Pumice #BDC7B4

Color information

#BDC7B4 (or 0xBDC7B4) is unknown color: approx Pumice. HEX triplet: BD, C7 and B4. RGB value is (189,199,180). Sum of RGB (Red+Green+Blue) = 189+199+180=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7B4 is #42384B. Grayscale: #C1C1C1. Windows color (decimal): -4339788 or 11847613. OLE color: 11847613.

HSL color Cylindrical-coordinate representation of color #BDC7B4: hue angle of 91.58º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC7B4 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB189199180-
CMYK0.0500.100.22
HSL91.58º14.5%74.31%-
HSV(B)91.58º9.55%78.04%-
XYZ49.6554.9651.17-
YUV193.84120.19124.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 199 (78.12% from 255) = 35.04%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=33.27%
G=35.04%
B=31.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991800.0500.100.2291.5814.574.31
HexBDC7B450A165cf4a
Octal27530726450122613417112
Binary1011110111000111101101001010101010110101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7B4; }

 p { color: rgb(189,199,180); }

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

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

 a { background-color: rgb(189,199,180); }

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

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

 span { border-color: rgb(189,199,180); }

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