#BDC0BA

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

Shades of Pumice #BDC0BA

Tints of Pumice #BDC0BA

Color information

#BDC0BA (or 0xBDC0BA) is unknown color: approx Pumice. HEX triplet: BD, C0 and BA. RGB value is (189,192,186). Sum of RGB (Red+Green+Blue) = 189+192+186=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0BA is #423F45. Grayscale: #BEBEBE. Windows color (decimal): -4341574 or 12239037. OLE color: 12239037.

HSL color Cylindrical-coordinate representation of color #BDC0BA: hue angle of 90º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC0BA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB189192186-
CMYK0.0200.030.25
HSL90º4.55%74.12%-
HSV(B)90º3.12%75.29%-
XYZ48.752.0653.94-
YUV190.42125.51126.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 192 (75.39% from 255) = 33.86%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=33.33%
G=33.86%
B=32.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921860.0200.030.25904.5574.12
HexBDC0BA203195a54a
Octal275300272203311325112
Binary101111011100000010111010100111100110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0BA; }

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

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

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

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

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

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

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

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