#BEDADB

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

Shades of Zumthor #BEDADB

Tints of Zumthor #BEDADB

Color information

#BEDADB (or 0xBEDADB) is unknown color: approx Zumthor. HEX triplet: BE, DA and DB. RGB value is (190,218,219). Sum of RGB (Red+Green+Blue) = 190+218+219=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDADB is #412524. Grayscale: #D1D1D1. Windows color (decimal): -4269349 or 14408382. OLE color: 14408382.

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

Color convert

RGB190218219-
CMYK0.130.0000.14
HSL182.07º28.71%80.2%-
HSV(B)182.07º13.24%85.88%-
XYZ59.0966.276.68-
YUV209.74133.22113.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 218 (85.55% from 255) = 34.77%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=30.30%
G=34.77%
B=34.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902182190.130.0000.14182.0728.7180.2
HexBEDADBD00Eb61d50
Octal27633233315001626635120
Binary101111101101101011011011110100111010110110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDADB; }

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

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

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

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

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

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

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

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