#BEDDDC

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

Shades of Zumthor #BEDDDC

Tints of Zumthor #BEDDDC

Color information

#BEDDDC (or 0xBEDDDC) is unknown color: approx Zumthor. HEX triplet: BE, DD and DC. RGB value is (190,221,220). Sum of RGB (Red+Green+Blue) = 190+221+220=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDDC is #412223. Grayscale: #D3D3D3. Windows color (decimal): -4268580 or 14474686. OLE color: 14474686.

HSL color Cylindrical-coordinate representation of color #BEDDDC: hue angle of 178.06º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDDDC is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB190221220-
CMYK0.1400.000.13
HSL178.06º31.31%80.59%-
HSV(B)178.06º14.03%86.67%-
XYZ60.0167.8377.64-
YUV211.62132.73112.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=30.11%
G=35.02%
B=34.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212200.1400.000.13178.0631.3180.59
HexBEDDDCE00Db21f51
Octal27633533416001526237121
Binary101111101101110111011100111000110110110010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDDC; }

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

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

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

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

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

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

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

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