#BDC3B7

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

Shades of Pumice #BDC3B7

Tints of Pumice #BDC3B7

Color information

#BDC3B7 (or 0xBDC3B7) is unknown color: approx Pumice. HEX triplet: BD, C3 and B7. RGB value is (189,195,183). Sum of RGB (Red+Green+Blue) = 189+195+183=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3B7 is #423C48. Grayscale: #BFBFBF. Windows color (decimal): -4340809 or 12043197. OLE color: 12043197.

HSL color Cylindrical-coordinate representation of color #BDC3B7: hue angle of 90º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC3B7 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB189195183-
CMYK0.0300.060.24
HSL90º9.09%74.12%-
HSV(B)90º6.15%76.47%-
XYZ49.0553.2752.5-
YUV191.84123.01125.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 34.39%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=33.33%
G=34.39%
B=32.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951830.0300.060.24909.0974.12
HexBDC3B7306185a94a
Octal2753032673063013211112
Binary10111101110000111011011111011011000101101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3B7; }

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

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

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

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

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

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

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

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