#BED4D4

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

Shades of Zumthor #BED4D4

Tints of Zumthor #BED4D4

Color information

#BED4D4 (or 0xBED4D4) is unknown color: approx Zumthor. HEX triplet: BE, D4 and D4. RGB value is (190,212,212). Sum of RGB (Red+Green+Blue) = 190+212+212=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 212 - color contains mainly: green, blue. Hex color #BED4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4D4 is #412B2B. Grayscale: #CDCDCD. Windows color (decimal): -4270892 or 13948094. OLE color: 13948094.

HSL color Cylindrical-coordinate representation of color #BED4D4: hue angle of 180º 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 #BED4D4 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190212212-
CMYK0.10000.17
HSL180º20.37%78.82%-
HSV(B)180º10.38%83.14%-
XYZ56.6662.7971.42-
YUV205.42131.71117-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 212 (83.20% from 255) = 34.53%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=30.94%
G=34.53%
B=34.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902122120.10000.1718020.3778.82
HexBED4D4A0011b4144f
Octal27632432412002126424117
Binary1011111011010100110101001010001000110110100101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4D4; }

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

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

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

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

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

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

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

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