#BDCAB0

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

Shades of Pumice #BDCAB0

Tints of Pumice #BDCAB0

Color information

#BDCAB0 (or 0xBDCAB0) is unknown color: approx Pumice. HEX triplet: BD, CA and B0. RGB value is (189,202,176). Sum of RGB (Red+Green+Blue) = 189+202+176=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCAB0 is #42354F. Grayscale: #C3C3C3. Windows color (decimal): -4339024 or 11586237. OLE color: 11586237.

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

Color convert

RGB189202176-
CMYK0.0600.130.21
HSL90º19.7%74.12%-
HSV(B)90º12.87%79.22%-
XYZ49.9456.1949.29-
YUV195.15117.19123.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 176 (69.14% from 255) = 31.04%
R=33.33%
G=35.63%
B=31.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021760.0600.130.219019.774.12
HexBDCAB060D155a144a
Octal27531226060152513224112
Binary10111101110010101011000011001101101011011010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAB0; }

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

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

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

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

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

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

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

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