#BACFDA

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

Shades of Spindle #BACFDA

Tints of Spindle #BACFDA

Color information

#BACFDA (or 0xBACFDA) is unknown color: approx Spindle. HEX triplet: BA, CF and DA. RGB value is (186,207,218). Sum of RGB (Red+Green+Blue) = 186+207+218=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #BACFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFDA is #453025. Grayscale: #C9C9C9. Windows color (decimal): -4534310 or 14340026. OLE color: 14340026.

HSL color Cylindrical-coordinate representation of color #BACFDA: hue angle of 200.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACFDA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186207218-
CMYK0.150.0500.15
HSL200.62º30.19%79.22%-
HSV(B)200.62º14.68%85.49%-
XYZ55.2260.1375.03-
YUV201.98137.04116.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=30.44%
G=33.88%
B=35.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862072180.150.0500.15200.6230.1979.22
HexBACFDAF50Fc91e4f
Octal27231733217501731136117
Binary10111010110011111101101011111010111111001001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFDA; }

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

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

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

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

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

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

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

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