#BAC7DA

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

Shades of Spindle #BAC7DA

Tints of Spindle #BAC7DA

Color information

#BAC7DA (or 0xBAC7DA) is unknown color: approx Spindle. HEX triplet: BA, C7 and DA. RGB value is (186,199,218). Sum of RGB (Red+Green+Blue) = 186+199+218=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7DA is #453825. Grayscale: #C5C5C5. Windows color (decimal): -4536358 or 14337978. OLE color: 14337978.

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

Color convert

RGB186199218-
CMYK0.150.0900.15
HSL215.62º30.19%79.22%-
HSV(B)215.62º14.68%85.49%-
XYZ53.3356.3574.4-
YUV197.28139.69119.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 199 (78.12% from 255) = 33.00%
BLUE value IS 218 (85.55% from 255) = 36.15%
R=30.85%
G=33.00%
B=36.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861992180.150.0900.15215.6230.1979.22
HexBAC7DAF90Fd81e4f
Octal272307332171101733036117
Binary101110101100011111011010111110010111111011000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7DA; }

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

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

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

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

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

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

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

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