#BDCCB0

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

Shades of Pumice #BDCCB0

Tints of Pumice #BDCCB0

Color information

#BDCCB0 (or 0xBDCCB0) is unknown color: approx Pumice. HEX triplet: BD, CC and B0. RGB value is (189,204,176). Sum of RGB (Red+Green+Blue) = 189+204+176=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCB0 is #42334F. Grayscale: #C4C4C4. Windows color (decimal): -4338512 or 11586749. OLE color: 11586749.

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

Color convert

RGB189204176-
CMYK0.0700.140.2
HSL92.14º21.54%74.51%-
HSV(B)92.14º13.73%80%-
XYZ50.4257.1449.45-
YUV196.32116.53122.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 176 (69.14% from 255) = 30.93%
R=33.22%
G=35.85%
B=30.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041760.0700.140.292.1421.5474.51
HexBDCCB070E145c164b
Octal27531426070162413426113
Binary10111101110011001011000011101110101001011100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCB0; }

 p { color: rgb(189,204,176); }

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

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

 a { background-color: rgb(189,204,176); }

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

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

 span { border-color: rgb(189,204,176); }

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