#BAC2D8

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

Shades of Spindle #BAC2D8

Tints of Spindle #BAC2D8

Color information

#BAC2D8 (or 0xBAC2D8) is unknown color: approx Spindle. HEX triplet: BA, C2 and D8. RGB value is (186,194,216). Sum of RGB (Red+Green+Blue) = 186+194+216=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAC2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2D8 is #453D27. Grayscale: #C2C2C2. Windows color (decimal): -4537640 or 14205626. OLE color: 14205626.

HSL color Cylindrical-coordinate representation of color #BAC2D8: hue angle of 224º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC2D8 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186194216-
CMYK0.140.1000.15
HSL224º27.78%78.82%-
HSV(B)224º13.89%84.71%-
XYZ51.9453.9872.65-
YUV194.12140.35122.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 194 (76.17% from 255) = 32.55%
BLUE value IS 216 (84.77% from 255) = 36.24%
R=31.21%
G=32.55%
B=36.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861942160.140.1000.1522427.7878.82
HexBAC2D8EA0Fe01c4f
Octal272302330161201734034117
Binary101110101100001011011000111010100111111100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2D8; }

 p { color: rgb(186,194,216); }

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

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

 a { background-color: rgb(186,194,216); }

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

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

 span { border-color: rgb(186,194,216); }

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