#BAC0D4

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

Shades of Spindle #BAC0D4

Tints of Spindle #BAC0D4

Color information

#BAC0D4 (or 0xBAC0D4) is unknown color: approx Spindle. HEX triplet: BA, C0 and D4. RGB value is (186,192,212). Sum of RGB (Red+Green+Blue) = 186+192+212=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0D4 is #453F2B. Grayscale: #C0C0C0. Windows color (decimal): -4538156 or 13942970. OLE color: 13942970.

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

Color convert

RGB186192212-
CMYK0.120.0900.17
HSL226.15º23.21%78.04%-
HSV(B)226.15º12.26%83.14%-
XYZ50.9852.8969.81-
YUV192.49139.01123.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 192 (75.39% from 255) = 32.54%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=31.53%
G=32.54%
B=35.93%

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
Decimal1861922120.120.0900.17226.1523.2178.04
HexBAC0D4C9011e2174e
Octal272300324141102134227116
Binary1011101011000000110101001100100101000111100010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0D4; }

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

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

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

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

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

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

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

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