#BED8D6

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

Shades of Zumthor #BED8D6

Tints of Zumthor #BED8D6

Color information

#BED8D6 (or 0xBED8D6) is unknown color: approx Zumthor. HEX triplet: BE, D8 and D6. RGB value is (190,216,214). Sum of RGB (Red+Green+Blue) = 190+216+214=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8D6 is #412729. Grayscale: #CFCFCF. Windows color (decimal): -4269866 or 14080190. OLE color: 14080190.

HSL color Cylindrical-coordinate representation of color #BED8D6: hue angle of 175.38º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED8D6 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB190216214-
CMYK0.1200.010.15
HSL175.38º25%79.61%-
HSV(B)175.38º12.04%84.71%-
XYZ57.9364.9173.09-
YUV208131.39115.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 216 (84.77% from 255) = 34.84%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=30.65%
G=34.84%
B=34.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902162140.1200.010.15175.382579.61
HexBED8D6C01Faf1950
Octal27633032614011725731120
Binary101111101101100011010110110001111110101111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED8D6; }

 p { color: rgb(190,216,214); }

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

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

 a { background-color: rgb(190,216,214); }

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

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

 span { border-color: rgb(190,216,214); }

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