#BED0D9

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

Shades of Spindle #BED0D9

Tints of Spindle #BED0D9

Color information

#BED0D9 (or 0xBED0D9) is unknown color: approx Spindle. HEX triplet: BE, D0 and D9. RGB value is (190,208,217). Sum of RGB (Red+Green+Blue) = 190+208+217=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #BED0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0D9 is #412F26. Grayscale: #CBCBCB. Windows color (decimal): -4271911 or 14274750. OLE color: 14274750.

HSL color Cylindrical-coordinate representation of color #BED0D9: hue angle of 200º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED0D9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190208217-
CMYK0.120.0400.15
HSL200º26.21%79.8%-
HSV(B)200º12.44%85.1%-
XYZ56.3261.0774.46-
YUV203.64135.54118.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 217 (85.16% from 255) = 35.28%
R=30.89%
G=33.82%
B=35.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902082170.120.0400.1520026.2179.8
HexBED0D9C40Fc81a50
Octal27632033114401731032120
Binary10111110110100001101100111001000111111001000110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0D9; }

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

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

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

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

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

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

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

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