#BAC0CA

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

Shades of Spindle #BAC0CA

Tints of Spindle #BAC0CA

Color information

#BAC0CA (or 0xBAC0CA) is unknown color: approx Spindle. HEX triplet: BA, C0 and CA. RGB value is (186,192,202). Sum of RGB (Red+Green+Blue) = 186+192+202=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0CA is #453F35. Grayscale: #BFBFBF. Windows color (decimal): -4538166 or 13287610. OLE color: 13287610.

HSL color Cylindrical-coordinate representation of color #BAC0CA: hue angle of 217.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC0CA is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186192202-
CMYK0.080.0500.21
HSL217.5º13.11%76.08%-
HSV(B)217.5º7.92%79.22%-
XYZ49.7652.463.37-
YUV191.35134.01124.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 192 (75.39% from 255) = 33.10%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=32.07%
G=33.10%
B=34.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861922020.080.0500.21217.513.1176.08
HexBAC0CA85015dad4c
Octal27230031210502533215114
Binary10111010110000001100101010001010101011101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0CA; }

 p { color: rgb(186,192,202); }

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

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

 a { background-color: rgb(186,192,202); }

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

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

 span { border-color: rgb(186,192,202); }

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