#BCDBDA

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

Shades of Zumthor #BCDBDA

Tints of Zumthor #BCDBDA

Color information

#BCDBDA (or 0xBCDBDA) is unknown color: approx Zumthor. HEX triplet: BC, DB and DA. RGB value is (188,219,218). Sum of RGB (Red+Green+Blue) = 188+219+218=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBDA is #432425. Grayscale: #D1D1D1. Windows color (decimal): -4400166 or 14343100. OLE color: 14343100.

HSL color Cylindrical-coordinate representation of color #BCDBDA: hue angle of 178.06º 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 #BCDBDA is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB188219218-
CMYK0.1400.000.14
HSL178.06º30.1%79.8%-
HSV(B)178.06º14.16%85.88%-
XYZ58.7366.4276.05-
YUV209.62132.73112.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 219 (85.94% from 255) = 35.04%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=30.08%
G=35.04%
B=34.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882192180.1400.000.14178.0630.179.8
HexBCDBDAE00Eb21e50
Octal27433333216001626236120
Binary101111001101101111011010111000111010110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBDA; }

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

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

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

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

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

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

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

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