#BDCDB3

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

Shades of Pumice #BDCDB3

Tints of Pumice #BDCDB3

Color information

#BDCDB3 (or 0xBDCDB3) is unknown color: approx Pumice. HEX triplet: BD, CD and B3. RGB value is (189,205,179). Sum of RGB (Red+Green+Blue) = 189+205+179=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDB3 is #42324C. Grayscale: #C5C5C5. Windows color (decimal): -4338253 or 11783613. OLE color: 11783613.

HSL color Cylindrical-coordinate representation of color #BDCDB3: hue angle of 96.92º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDCDB3 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB189205179-
CMYK0.0800.130.20
HSL96.92º20.63%75.29%-
HSV(B)96.92º12.68%80.39%-
XYZ50.9557.7451.11-
YUV197.25117.7122.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 179 (70.31% from 255) = 31.24%
R=32.98%
G=35.78%
B=31.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051790.0800.130.2096.9220.6375.29
HexBDCDB380D1461154b
Octal275315263100152414125113
Binary101111011100110110110011100001101101001100001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDB3; }

 p { color: rgb(189,205,179); }

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

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

 a { background-color: rgb(189,205,179); }

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

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

 span { border-color: rgb(189,205,179); }

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