#BAC6D4

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

Shades of Spindle #BAC6D4

Tints of Spindle #BAC6D4

Color information

#BAC6D4 (or 0xBAC6D4) is unknown color: approx Spindle. HEX triplet: BA, C6 and D4. RGB value is (186,198,212). Sum of RGB (Red+Green+Blue) = 186+198+212=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAC6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6D4 is #45392B. Grayscale: #C3C3C3. Windows color (decimal): -4536620 or 13944506. OLE color: 13944506.

HSL color Cylindrical-coordinate representation of color #BAC6D4: hue angle of 212.31º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC6D4 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186198212-
CMYK0.120.0700.17
HSL212.31º23.21%78.04%-
HSV(B)212.31º12.26%83.14%-
XYZ52.3355.5870.26-
YUV196.01137.02120.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 212 (83.20% from 255) = 35.57%
R=31.21%
G=33.22%
B=35.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861982120.120.0700.17212.3123.2178.04
HexBAC6D4C7011d4174e
Octal27230632414702132427116
Binary101110101100011011010100110011101000111010100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6D4; }

 p { color: rgb(186,198,212); }

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

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

 a { background-color: rgb(186,198,212); }

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

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

 span { border-color: rgb(186,198,212); }

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