Html Css Color HEX #BAC9DC Spindle

📋 copy color: '#BAC9DC'

red 186 ◦ green 201 ◦ blue 220

#BAC9DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #BAC9DC

Tints of Spindle #BAC9DC

RGB

 RED value IS 186 (73.05% from 255) = 30.64%

 GREEN value IS 201 (78.91% from 255) = 33.11%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 30.64%
G = 33.11%
B = 36.24%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAC9DC (or 0xBAC9DC) is known color: Spindle. HEX triplet: BA, C9 and DC. RGB value is (186,201,220). Sum of RGB (Red+Green+Blue) = 186+201+220=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9DC is #453623. Grayscale: #C6C6C6. Windows color (decimal): -4535844 or 14469562. OLE color: 14469562.

HSL color Cylindrical-coordinate representation of color #BAC9DC: hue angle of 213.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC9DC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 201 220 -
CMYK 0.15 0.09 0 0.14
HSL 213.53º 0.33% 0.8% -
HSV(B) 213.53º 0.15% 0.86% -
XYZ 54.05 57.38 75.94 -
YUV 198.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 186 201 220 0.15 0.09 0 0.14 213.53 0.33 0.8
Hex BA C9 DC F 9 0 E D6 21 50
Octal 272 311 334 17 11 0 16 326 41 120
Binary 10111010 11001001 11011100 1111 1001 0 1110 11010110 100001 1010000

Color Harmonies of #BAC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9DC

Black with #BAC9DC

Text Example


Text Example

White with #BAC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9DC; }

 p { color: rgb(186,201,220); }

 H1.HeaderClassName
 {
   color: #BAC9DC;
 }
 .AnyTagClassName
 {
   color: #BAC9DC;
 }
</style>

background-color css

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

 a { background-color: rgb(186,201,220); }

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

border-color css

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

 span { border-color: rgb(186,201,220); }

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