#BDCAB6

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

Shades of Pumice #BDCAB6

Tints of Pumice #BDCAB6

Color information

#BDCAB6 (or 0xBDCAB6) is unknown color: approx Pumice. HEX triplet: BD, CA and B6. RGB value is (189,202,182). Sum of RGB (Red+Green+Blue) = 189+202+182=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAB6 is #423549. Grayscale: #C3C3C3. Windows color (decimal): -4339018 or 11979453. OLE color: 11979453.

HSL color Cylindrical-coordinate representation of color #BDCAB6: hue angle of 99º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCAB6 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB189202182-
CMYK0.0600.100.21
HSL99º15.87%75.29%-
HSV(B)99º9.9%79.22%-
XYZ50.5556.4452.49-
YUV195.83120.19123.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=32.98%
G=35.25%
B=31.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021820.0600.100.219915.8775.29
HexBDCAB660A1563104b
Octal27531226660122514320113
Binary10111101110010101011011011001010101011100011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAB6; }

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

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

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

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

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

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

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

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