#BECFD9

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

Shades of Spindle #BECFD9

Tints of Spindle #BECFD9

Color information

#BECFD9 (or 0xBECFD9) is unknown color: approx Spindle. HEX triplet: BE, CF and D9. RGB value is (190,207,217). Sum of RGB (Red+Green+Blue) = 190+207+217=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #BECFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD9 is #413026. Grayscale: #CBCBCB. Windows color (decimal): -4272167 or 14274494. OLE color: 14274494.

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

Color convert

RGB190207217-
CMYK0.120.0500.15
HSL202.22º26.21%79.8%-
HSV(B)202.22º12.44%85.1%-
XYZ56.0760.5874.38-
YUV203.06135.87118.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=30.94%
G=33.71%
B=35.34%

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
Decimal1902072170.120.0500.15202.2226.2179.8
HexBECFD9C50Fca1a50
Octal27631733114501731232120
Binary10111110110011111101100111001010111111001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFD9; }

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

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

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

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

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

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

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

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