#BACFE1

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

Shades of Spindle #BACFE1

Tints of Spindle #BACFE1

Color information

#BACFE1 (or 0xBACFE1) is unknown color: approx Spindle. HEX triplet: BA, CF and E1. RGB value is (186,207,225). Sum of RGB (Red+Green+Blue) = 186+207+225=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #BACFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFE1 is #45301E. Grayscale: #CACACA. Windows color (decimal): -4534303 or 14798778. OLE color: 14798778.

HSL color Cylindrical-coordinate representation of color #BACFE1: hue angle of 207.69º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACFE1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186207225-
CMYK0.170.0800.12
HSL207.69º39.39%80.59%-
HSV(B)207.69º17.33%88.24%-
XYZ56.1560.579.95-
YUV202.77140.54116.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=30.10%
G=33.50%
B=36.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862072250.170.0800.12207.6939.3980.59
HexBACFE11180Cd02751
Octal272317341211001432047121
Binary10111010110011111110000110001100001100110100001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFE1; }

 p { color: rgb(186,207,225); }

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

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

 a { background-color: rgb(186,207,225); }

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

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

 span { border-color: rgb(186,207,225); }

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