#BECFDF

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

Shades of Spindle #BECFDF

Tints of Spindle #BECFDF

Color information

#BECFDF (or 0xBECFDF) is unknown color: approx Spindle. HEX triplet: BE, CF and DF. RGB value is (190,207,223). Sum of RGB (Red+Green+Blue) = 190+207+223=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #BECFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFDF is #413020. Grayscale: #CBCBCB. Windows color (decimal): -4272161 or 14667710. OLE color: 14667710.

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

Color convert

RGB190207223-
CMYK0.150.0700.13
HSL209.09º34.02%80.98%-
HSV(B)209.09º14.8%87.45%-
XYZ56.8760.978.57-
YUV203.74138.87118.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.65%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=30.65%
G=33.39%
B=35.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902072230.150.0700.13209.0934.0280.98
HexBECFDFF70Dd12251
Octal27631733717701532142121
Binary101111101100111111011111111111101101110100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFDF; }

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

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

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

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

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

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

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

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