Html Css Color HEX #BAC9DD Spindle

📋 copy color: '#BAC9DD'

red 186 ◦ green 201 ◦ blue 221

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

Shades of Spindle #BAC9DD

Tints of Spindle #BAC9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 30.59%
G = 33.06%
B = 36.35%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAC9DD (or 0xBAC9DD) is known color: Spindle. HEX triplet: BA, C9 and DD. RGB value is (186,201,221). Sum of RGB (Red+Green+Blue) = 186+201+221=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9DD is #453622. Grayscale: #C6C6C6. Windows color (decimal): -4535843 or 14535098. OLE color: 14535098.

HSL color Cylindrical-coordinate representation of color #BAC9DD: hue angle of 214.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC9DD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 201 221 -
CMYK 0.16 0.09 0 0.13
HSL 214.29º 0.34% 0.8% -
HSV(B) 214.29º 0.16% 0.87% -
XYZ 54.19 57.43 76.64 -
YUV 198.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 186 201 221 0.16 0.09 0 0.13 214.29 0.34 0.8
Hex BA C9 DD 10 9 0 D D6 22 50
Octal 272 311 335 20 11 0 15 326 42 120
Binary 10111010 11001001 11011101 10000 1001 0 1101 11010110 100010 1010000

Color Harmonies of #BAC9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9DD

Black with #BAC9DD

Text Example


Text Example

White with #BAC9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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