#BECEDC

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

Shades of Spindle #BECEDC

Tints of Spindle #BECEDC

Color information

#BECEDC (or 0xBECEDC) is unknown color: approx Spindle. HEX triplet: BE, CE and DC. RGB value is (190,206,220). Sum of RGB (Red+Green+Blue) = 190+206+220=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #BECEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEDC is #413123. Grayscale: #CACACA. Windows color (decimal): -4272420 or 14470846. OLE color: 14470846.

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

Color convert

RGB190206220-
CMYK0.140.0600.14
HSL208º30%80.39%-
HSV(B)208º13.64%86.27%-
XYZ56.2260.2676.38-
YUV202.81137.7118.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=30.84%
G=33.44%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902062200.140.0600.142083080.39
HexBECEDCE60Ed01e50
Octal27631633416601632036120
Binary10111110110011101101110011101100111011010000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECEDC; }

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

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

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

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

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

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

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

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