#BECFDE

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

Shades of Spindle #BECFDE

Tints of Spindle #BECFDE

Color information

#BECFDE (or 0xBECFDE) is unknown color: approx Spindle. HEX triplet: BE, CF and DE. RGB value is (190,207,222). Sum of RGB (Red+Green+Blue) = 190+207+222=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #BECFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFDE is #413021. Grayscale: #CBCBCB. Windows color (decimal): -4272162 or 14602174. OLE color: 14602174.

HSL color Cylindrical-coordinate representation of color #BECFDE: hue angle of 208.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECFDE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190207222-
CMYK0.140.0700.13
HSL208.12º32.65%80.78%-
HSV(B)208.12º14.41%87.06%-
XYZ56.7360.8577.86-
YUV203.63138.37118.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=30.69%
G=33.44%
B=35.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902072220.140.0700.13208.1232.6580.78
HexBECFDEE70Dd02151
Octal27631733616701532041121
Binary101111101100111111011110111011101101110100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFDE; }

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

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

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

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

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

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

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

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