#BEDCDA

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

Shades of Zumthor #BEDCDA

Tints of Zumthor #BEDCDA

Color information

#BEDCDA (or 0xBEDCDA) is unknown color: approx Zumthor. HEX triplet: BE, DC and DA. RGB value is (190,220,218). Sum of RGB (Red+Green+Blue) = 190+220+218=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCDA is #412325. Grayscale: #D2D2D2. Windows color (decimal): -4268838 or 14343358. OLE color: 14343358.

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

Color convert

RGB190220218-
CMYK0.1400.010.14
HSL176º30%80.39%-
HSV(B)176º13.64%86.27%-
XYZ59.4867.276.16-
YUV210.8132.06113.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=30.25%
G=35.03%
B=34.71%

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
Decimal1902202180.1400.010.141763080.39
HexBEDCDAE01Eb01e50
Octal27633433216011626036120
Binary101111101101110011011010111001111010110000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCDA; }

 p { color: rgb(190,220,218); }

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

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

 a { background-color: rgb(190,220,218); }

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

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

 span { border-color: rgb(190,220,218); }

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