#BAC3CA

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

Shades of Spindle #BAC3CA

Tints of Spindle #BAC3CA

Color information

#BAC3CA (or 0xBAC3CA) is unknown color: approx Spindle. HEX triplet: BA, C3 and CA. RGB value is (186,195,202). Sum of RGB (Red+Green+Blue) = 186+195+202=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3CA is #453C35. Grayscale: #C1C1C1. Windows color (decimal): -4537398 or 13288378. OLE color: 13288378.

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

Color convert

RGB186195202-
CMYK0.080.0300.21
HSL206.25º13.11%76.08%-
HSV(B)206.25º7.92%79.22%-
XYZ50.4353.7363.59-
YUV193.11133.02122.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 195 (76.56% from 255) = 33.45%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=31.90%
G=33.45%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861952020.080.0300.21206.2513.1176.08
HexBAC3CA83015ced4c
Octal27230331210302531615114
Binary1011101011000011110010101000110101011100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3CA; }

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

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

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

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

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

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

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

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