#BDCEB1

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

Shades of Pumice #BDCEB1

Tints of Pumice #BDCEB1

Color information

#BDCEB1 (or 0xBDCEB1) is unknown color: approx Pumice. HEX triplet: BD, CE and B1. RGB value is (189,206,177). Sum of RGB (Red+Green+Blue) = 189+206+177=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCEB1 is #42314E. Grayscale: #C5C5C5. Windows color (decimal): -4337999 or 11652797. OLE color: 11652797.

HSL color Cylindrical-coordinate representation of color #BDCEB1: hue angle of 95.17º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCEB1 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB189206177-
CMYK0.0800.140.19
HSL95.17º22.83%75.1%-
HSV(B)95.17º14.08%80.78%-
XYZ50.9958.1450.13-
YUV197.61116.37121.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=33.04%
G=36.01%
B=30.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061770.0800.140.1995.1722.8375.1
HexBDCEB180E135f174b
Octal275316261100162313727113
Binary101111011100111010110001100001110100111011111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEB1; }

 p { color: rgb(189,206,177); }

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

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

 a { background-color: rgb(189,206,177); }

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

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

 span { border-color: rgb(189,206,177); }

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