#BECED9

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

Shades of Spindle #BECED9

Tints of Spindle #BECED9

Color information

#BECED9 (or 0xBECED9) is unknown color: approx Spindle. HEX triplet: BE, CE and D9. RGB value is (190,206,217). Sum of RGB (Red+Green+Blue) = 190+206+217=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #BECED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED9 is #413126. Grayscale: #CACACA. Windows color (decimal): -4272423 or 14274238. OLE color: 14274238.

HSL color Cylindrical-coordinate representation of color #BECED9: hue angle of 204.44º 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 #BECED9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190206217-
CMYK0.120.0500.15
HSL204.44º26.21%79.8%-
HSV(B)204.44º12.44%85.1%-
XYZ55.8360.174.3-
YUV202.47136.2119.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 217 (85.16% from 255) = 35.40%
R=31.00%
G=33.61%
B=35.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902062170.120.0500.15204.4426.2179.8
HexBECED9C50Fcc1a50
Octal27631633114501731432120
Binary10111110110011101101100111001010111111001100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECED9; }

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

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

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

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

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

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

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

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