#BED2DF

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

Shades of Spindle #BED2DF

Tints of Spindle #BED2DF

Color information

#BED2DF (or 0xBED2DF) is unknown color: approx Spindle. HEX triplet: BE, D2 and DF. RGB value is (190,210,223). Sum of RGB (Red+Green+Blue) = 190+210+223=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2DF is #412D20. Grayscale: #CDCDCD. Windows color (decimal): -4271393 or 14668478. OLE color: 14668478.

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

Color convert

RGB190210223-
CMYK0.150.0600.13
HSL203.64º34.02%80.98%-
HSV(B)203.64º14.8%87.45%-
XYZ57.662.3778.81-
YUV205.5137.87116.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 223 (87.5% from 255) = 35.79%
R=30.50%
G=33.71%
B=35.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902102230.150.0600.13203.6434.0280.98
HexBED2DFF60Dcc2251
Octal27632233717601531442121
Binary101111101101001011011111111111001101110011001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2DF; }

 p { color: rgb(190,210,223); }

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

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

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

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

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

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

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