#BED1DD

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

Shades of Spindle #BED1DD

Tints of Spindle #BED1DD

Color information

#BED1DD (or 0xBED1DD) is unknown color: approx Spindle. HEX triplet: BE, D1 and DD. RGB value is (190,209,221). Sum of RGB (Red+Green+Blue) = 190+209+221=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #BED1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1DD is #412E22. Grayscale: #CCCCCC. Windows color (decimal): -4271651 or 14537150. OLE color: 14537150.

HSL color Cylindrical-coordinate representation of color #BED1DD: hue angle of 203.23º 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 #BED1DD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190209221-
CMYK0.140.0500.13
HSL203.23º31.31%80.59%-
HSV(B)203.23º14.03%86.67%-
XYZ57.0961.7777.32-
YUV204.69137.21117.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=30.65%
G=33.71%
B=35.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902092210.140.0500.13203.2331.3180.59
HexBED1DDE50Dcb1f51
Octal27632133516501531337121
Binary10111110110100011101110111101010110111001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED1DD; }

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

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

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

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

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

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

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

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