#BDC8B6

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

Shades of Pumice #BDC8B6

Tints of Pumice #BDC8B6

Color information

#BDC8B6 (or 0xBDC8B6) is unknown color: approx Pumice. HEX triplet: BD, C8 and B6. RGB value is (189,200,182). Sum of RGB (Red+Green+Blue) = 189+200+182=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8B6 is #423749. Grayscale: #C2C2C2. Windows color (decimal): -4339530 or 11978941. OLE color: 11978941.

HSL color Cylindrical-coordinate representation of color #BDC8B6: hue angle of 96.67º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC8B6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB189200182-
CMYK0.0600.090.22
HSL96.67º14.06%74.9%-
HSV(B)96.67º9%78.43%-
XYZ50.0855.552.33-
YUV194.66120.86123.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=33.10%
G=35.03%
B=31.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001820.0600.090.2296.6714.0674.9
HexBDC8B66091661e4b
Octal27531026660112614116113
Binary1011110111001000101101101100100110110110000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8B6; }

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

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

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

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

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

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

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

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