#BED0DE

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

Shades of Spindle #BED0DE

Tints of Spindle #BED0DE

Color information

#BED0DE (or 0xBED0DE) is unknown color: approx Spindle. HEX triplet: BE, D0 and DE. RGB value is (190,208,222). Sum of RGB (Red+Green+Blue) = 190+208+222=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0DE is #412F21. Grayscale: #CCCCCC. Windows color (decimal): -4271906 or 14602430. OLE color: 14602430.

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

Color convert

RGB190208222-
CMYK0.140.0600.13
HSL206.25º32.65%80.78%-
HSV(B)206.25º14.41%87.06%-
XYZ56.9861.3377.94-
YUV204.21138.04117.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 208 (81.64% from 255) = 33.55%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=30.65%
G=33.55%
B=35.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902082220.140.0600.13206.2532.6580.78
HexBED0DEE60Dce2151
Octal27632033616601531641121
Binary101111101101000011011110111011001101110011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0DE; }

 p { color: rgb(190,208,222); }

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

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

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

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

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

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

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