#BDCAB3

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

Shades of Pumice #BDCAB3

Tints of Pumice #BDCAB3

Color information

#BDCAB3 (or 0xBDCAB3) is unknown color: approx Pumice. HEX triplet: BD, CA and B3. RGB value is (189,202,179). Sum of RGB (Red+Green+Blue) = 189+202+179=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAB3 is #42354C. Grayscale: #C3C3C3. Windows color (decimal): -4339021 or 11782845. OLE color: 11782845.

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

Color convert

RGB189202179-
CMYK0.0600.110.21
HSL93.91º17.83%74.71%-
HSV(B)93.91º11.39%79.22%-
XYZ50.2456.3150.87-
YUV195.49118.69123.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=33.16%
G=35.44%
B=31.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021790.0600.110.2193.9117.8374.71
HexBDCAB360B155e124b
Octal27531226360132513622113
Binary10111101110010101011001111001011101011011110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAB3; }

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

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

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

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

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

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

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

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