#BEDADC

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

Shades of Zumthor #BEDADC

Tints of Zumthor #BEDADC

Color information

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

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

Color convert

RGB190218220-
CMYK0.140.0100.14
HSL184º30%80.39%-
HSV(B)184º13.64%86.27%-
XYZ59.2266.2677.38-
YUV209.86133.72113.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902182200.140.0100.141843080.39
HexBEDADCE10Eb81e50
Octal27633233416101627036120
Binary101111101101101011011100111010111010111000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDADC; }

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

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

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

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

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

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

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

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