#BCDBD9

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

Shades of Zumthor #BCDBD9

Tints of Zumthor #BCDBD9

Color information

#BCDBD9 (or 0xBCDBD9) is unknown color: approx Zumthor. HEX triplet: BC, DB and D9. RGB value is (188,219,217). Sum of RGB (Red+Green+Blue) = 188+219+217=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD9 is #432426. Grayscale: #D1D1D1. Windows color (decimal): -4400167 or 14277564. OLE color: 14277564.

HSL color Cylindrical-coordinate representation of color #BCDBD9: hue angle of 176.13º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBD9 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB188219217-
CMYK0.1400.010.14
HSL176.13º30.1%79.8%-
HSV(B)176.13º14.16%85.88%-
XYZ58.5966.3675.37-
YUV209.5132.23112.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=30.13%
G=35.10%
B=34.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882192170.1400.010.14176.1330.179.8
HexBCDBD9E01Eb01e50
Octal27433333116011626036120
Binary101111001101101111011001111001111010110000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBD9; }

 p { color: rgb(188,219,217); }

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

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

 a { background-color: rgb(188,219,217); }

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

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

 span { border-color: rgb(188,219,217); }

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