#BEDDDD

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

Shades of Zumthor #BEDDDD

Tints of Zumthor #BEDDDD

Color information

#BEDDDD (or 0xBEDDDD) is unknown color: approx Zumthor. HEX triplet: BE, DD and DD. RGB value is (190,221,221). Sum of RGB (Red+Green+Blue) = 190+221+221=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #BEDDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDDD is #412222. Grayscale: #D3D3D3. Windows color (decimal): -4268579 or 14540222. OLE color: 14540222.

HSL color Cylindrical-coordinate representation of color #BEDDDD: hue angle of 180º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDDDD is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190221221-
CMYK0.14000.13
HSL180º31.31%80.59%-
HSV(B)180º14.03%86.67%-
XYZ60.1467.8878.34-
YUV211.73133.23112.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=30.06%
G=34.97%
B=34.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212210.14000.1318031.3180.59
HexBEDDDDE00Db41f51
Octal27633533516001526437121
Binary101111101101110111011101111000110110110100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDDD; }

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

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

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

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

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

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

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

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