Html Css Color HEX #BAC7DB Spindle

📋 copy color: '#BAC7DB'

red 186 ◦ green 199 ◦ blue 219

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

Shades of Spindle #BAC7DB

Tints of Spindle #BAC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.95%

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

R = 30.79%
G = 32.95%
B = 36.26%

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

#BAC7DB (or 0xBAC7DB) is known color: Spindle. HEX triplet: BA, C7 and DB. RGB value is (186,199,219). Sum of RGB (Red+Green+Blue) = 186+199+219=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7DB is #453824. Grayscale: #C5C5C5. Windows color (decimal): -4536357 or 14403514. OLE color: 14403514.

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

Color convert

RGB 186 199 219 -
CMYK 0.15 0.09 0 0.14
HSL 216.36º 0.31% 0.79% -
HSV(B) 216.36º 0.15% 0.86% -
XYZ 53.46 56.4 75.09 -
YUV 197.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 186 199 219 0.15 0.09 0 0.14 216.36 0.31 0.79
Hex BA C7 DB F 9 0 E D8 1F 4F
Octal 272 307 333 17 11 0 16 330 37 117
Binary 10111010 11000111 11011011 1111 1001 0 1110 11011000 11111 1001111

Color Harmonies of #BAC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7DB

Black with #BAC7DB

Text Example


Text Example

White with #BAC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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