#BAC4D3

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

Shades of Spindle #BAC4D3

Tints of Spindle #BAC4D3

Color information

#BAC4D3 (or 0xBAC4D3) is unknown color: approx Spindle. HEX triplet: BA, C4 and D3. RGB value is (186,196,211). Sum of RGB (Red+Green+Blue) = 186+196+211=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D3 is #453B2C. Grayscale: #C2C2C2. Windows color (decimal): -4537133 or 13878458. OLE color: 13878458.

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

Color convert

RGB186196211-
CMYK0.120.0700.17
HSL216º22.12%77.84%-
HSV(B)216º11.85%82.75%-
XYZ51.7554.6269.44-
YUV194.72137.19121.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 196 (76.95% from 255) = 33.05%
BLUE value IS 211 (82.81% from 255) = 35.58%
R=31.37%
G=33.05%
B=35.58%

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
Decimal1861962110.120.0700.1721622.1277.84
HexBAC4D3C7011d8164e
Octal27230432314702133026116
Binary101110101100010011010011110011101000111011000101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4D3; }

 p { color: rgb(186,196,211); }

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

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

 a { background-color: rgb(186,196,211); }

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

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

 span { border-color: rgb(186,196,211); }

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