#BED0DC

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

Shades of Spindle #BED0DC

Tints of Spindle #BED0DC

Color information

#BED0DC (or 0xBED0DC) is unknown color: approx Spindle. HEX triplet: BE, D0 and DC. RGB value is (190,208,220). Sum of RGB (Red+Green+Blue) = 190+208+220=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0DC is #412F23. Grayscale: #CBCBCB. Windows color (decimal): -4271908 or 14471358. OLE color: 14471358.

HSL color Cylindrical-coordinate representation of color #BED0DC: hue angle of 204º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED0DC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190208220-
CMYK0.140.0500.14
HSL204º30%80.39%-
HSV(B)204º13.64%86.27%-
XYZ56.7161.2376.54-
YUV203.99137.04118.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=30.74%
G=33.66%
B=35.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902082200.140.0500.142043080.39
HexBED0DCE50Ecc1e50
Octal27632033416501631436120
Binary10111110110100001101110011101010111011001100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0DC; }

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

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

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

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

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

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

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

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