#BDC4BA

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

Shades of Pumice #BDC4BA

Tints of Pumice #BDC4BA

Color information

#BDC4BA (or 0xBDC4BA) is unknown color: approx Pumice. HEX triplet: BD, C4 and BA. RGB value is (189,196,186). Sum of RGB (Red+Green+Blue) = 189+196+186=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4BA is #423B45. Grayscale: #C0C0C0. Windows color (decimal): -4340550 or 12240061. OLE color: 12240061.

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

Color convert

RGB189196186-
CMYK0.0400.050.23
HSL102º7.81%74.9%-
HSV(B)102º5.1%76.86%-
XYZ49.5953.8454.23-
YUV192.77124.18125.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=33.10%
G=34.33%
B=32.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961860.0400.050.231027.8174.9
HexBDC4BA405176684b
Octal2753042724052714610113
Binary101111011100010010111010100010110111110011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4BA; }

 p { color: rgb(189,196,186); }

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

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

 a { background-color: rgb(189,196,186); }

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

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

 span { border-color: rgb(189,196,186); }

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