#BED3D4

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

Shades of Zumthor #BED3D4

Tints of Zumthor #BED3D4

Color information

#BED3D4 (or 0xBED3D4) is unknown color: approx Zumthor. HEX triplet: BE, D3 and D4. RGB value is (190,211,212). Sum of RGB (Red+Green+Blue) = 190+211+212=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 212 - color contains mainly: blue. Hex color #BED3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3D4 is #412C2B. Grayscale: #CCCCCC. Windows color (decimal): -4271148 or 13947838. OLE color: 13947838.

HSL color Cylindrical-coordinate representation of color #BED3D4: hue angle of 182.73º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED3D4 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190211212-
CMYK0.100.0000.17
HSL182.73º20.37%78.82%-
HSV(B)182.73º10.38%83.14%-
XYZ56.4162.2971.34-
YUV204.84132.04117.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 212 (83.20% from 255) = 34.58%
R=31.00%
G=34.42%
B=34.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902112120.100.0000.17182.7320.3778.82
HexBED3D4A0011b7144f
Octal27632332412002126724117
Binary1011111011010011110101001010001000110110111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3D4; }

 p { color: rgb(190,211,212); }

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

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

 a { background-color: rgb(190,211,212); }

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

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

 span { border-color: rgb(190,211,212); }

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