Html Css Color HEX #BAC9DB Spindle

📋 copy color: '#BAC9DB'

red 186 ◦ green 201 ◦ blue 219

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

Shades of Spindle #BAC9DB

Tints of Spindle #BAC9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 30.69%
G = 33.17%
B = 36.14%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAC9DB (or 0xBAC9DB) is known color: Spindle. HEX triplet: BA, C9 and DB. RGB value is (186,201,219). Sum of RGB (Red+Green+Blue) = 186+201+219=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9DB is #453624. Grayscale: #C6C6C6. Windows color (decimal): -4535845 or 14404026. OLE color: 14404026.

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

Color convert

RGB 186 201 219 -
CMYK 0.15 0.08 0 0.14
HSL 212.73º 0.31% 0.79% -
HSV(B) 212.73º 0.15% 0.86% -
XYZ 53.92 57.33 75.24 -
YUV 198.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 186 201 219 0.15 0.08 0 0.14 212.73 0.31 0.79
Hex BA C9 DB F 8 0 E D5 1F 4F
Octal 272 311 333 17 10 0 16 325 37 117
Binary 10111010 11001001 11011011 1111 1000 0 1110 11010101 11111 1001111

Color Harmonies of #BAC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9DB

Black with #BAC9DB

Text Example


Text Example

White with #BAC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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