#BAC2CA

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

Shades of Spindle #BAC2CA

Tints of Spindle #BAC2CA

Color information

#BAC2CA (or 0xBAC2CA) is unknown color: approx Spindle. HEX triplet: BA, C2 and CA. RGB value is (186,194,202). Sum of RGB (Red+Green+Blue) = 186+194+202=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2CA is #453D35. Grayscale: #C0C0C0. Windows color (decimal): -4537654 or 13288122. OLE color: 13288122.

HSL color Cylindrical-coordinate representation of color #BAC2CA: hue angle of 210º 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 #BAC2CA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186194202-
CMYK0.080.0400.21
HSL210º13.11%76.08%-
HSV(B)210º7.92%79.22%-
XYZ50.253.2963.52-
YUV192.52133.35123.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=31.96%
G=33.33%
B=34.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861942020.080.0400.2121013.1176.08
HexBAC2CA84015d2d4c
Octal27230231210402532215114
Binary10111010110000101100101010001000101011101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2CA; }

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

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

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

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

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

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

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

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