#BED7D5

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

Shades of Zumthor #BED7D5

Tints of Zumthor #BED7D5

Color information

#BED7D5 (or 0xBED7D5) is unknown color: approx Zumthor. HEX triplet: BE, D7 and D5. RGB value is (190,215,213). Sum of RGB (Red+Green+Blue) = 190+215+213=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7D5 is #41282A. Grayscale: #CFCFCF. Windows color (decimal): -4270123 or 14014398. OLE color: 14014398.

HSL color Cylindrical-coordinate representation of color #BED7D5: hue angle of 175.2º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED7D5 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB190215213-
CMYK0.1200.010.16
HSL175.2º23.81%79.41%-
HSV(B)175.2º11.63%84.31%-
XYZ57.5564.3572.34-
YUV207.3131.22115.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 215 (84.38% from 255) = 34.79%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=30.74%
G=34.79%
B=34.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902152130.1200.010.16175.223.8179.41
HexBED7D5C0110af184f
Octal27632732514012025730117
Binary1011111011010111110101011100011000010101111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7D5; }

 p { color: rgb(190,215,213); }

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

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

 a { background-color: rgb(190,215,213); }

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

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

 span { border-color: rgb(190,215,213); }

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