#BECDD9

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

Shades of Spindle #BECDD9

Tints of Spindle #BECDD9

Color information

#BECDD9 (or 0xBECDD9) is unknown color: approx Spindle. HEX triplet: BE, CD and D9. RGB value is (190,205,217). Sum of RGB (Red+Green+Blue) = 190+205+217=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #BECDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD9 is #413226. Grayscale: #C9C9C9. Windows color (decimal): -4272679 or 14273982. OLE color: 14273982.

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

Color convert

RGB190205217-
CMYK0.120.0600.15
HSL206.67º26.21%79.8%-
HSV(B)206.67º12.44%85.1%-
XYZ55.5959.6274.22-
YUV201.88136.53119.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=31.05%
G=33.50%
B=35.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902052170.120.0600.15206.6726.2179.8
HexBECDD9C60Fcf1a50
Octal27631533114601731732120
Binary10111110110011011101100111001100111111001111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDD9; }

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

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

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

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

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

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

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

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