#BAC1D4

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

Shades of Spindle #BAC1D4

Tints of Spindle #BAC1D4

Color information

#BAC1D4 (or 0xBAC1D4) is unknown color: approx Spindle. HEX triplet: BA, C1 and D4. RGB value is (186,193,212). Sum of RGB (Red+Green+Blue) = 186+193+212=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1D4 is #453E2B. Grayscale: #C0C0C0. Windows color (decimal): -4537900 or 13943226. OLE color: 13943226.

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

Color convert

RGB186193212-
CMYK0.120.0900.17
HSL223.85º23.21%78.04%-
HSV(B)223.85º12.26%83.14%-
XYZ51.253.3369.88-
YUV193.07138.68122.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 212 (83.20% from 255) = 35.87%
R=31.47%
G=32.66%
B=35.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861932120.120.0900.17223.8523.2178.04
HexBAC1D4C9011e0174e
Octal272301324141102134027116
Binary1011101011000001110101001100100101000111100000101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1D4; }

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

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

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

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

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

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

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

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