Html Css Color HEX #BAC5D7 Spindle

📋 copy color: '#BAC5D7'

red 186 ◦ green 197 ◦ blue 215

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

Shades of Spindle #BAC5D7

Tints of Spindle #BAC5D7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.94%

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 31.1%
G = 32.94%
B = 35.95%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAC5D7 (or 0xBAC5D7) is known color: Spindle. HEX triplet: BA, C5 and D7. RGB value is (186,197,215). Sum of RGB (Red+Green+Blue) = 186+197+215=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5D7 is #453A28. Grayscale: #C3C3C3. Windows color (decimal): -4536873 or 14140858. OLE color: 14140858.

HSL color Cylindrical-coordinate representation of color #BAC5D7: hue angle of 217.24º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC5D7 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 197 215 -
CMYK 0.13 0.08 0 0.16
HSL 217.24º 0.27% 0.79% -
HSV(B) 217.24º 0.13% 0.84% -
XYZ 52.48 55.28 72.19 -
YUV 195.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 186 197 215 0.13 0.08 0 0.16 217.24 0.27 0.79
Hex BA C5 D7 D 8 0 10 D9 1B 4F
Octal 272 305 327 15 10 0 20 331 33 117
Binary 10111010 11000101 11010111 1101 1000 0 10000 11011001 11011 1001111

Color Harmonies of #BAC5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5D7

Black with #BAC5D7

Text Example


Text Example

White with #BAC5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5D7; }

 p { color: rgb(186,197,215); }

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

background-color css

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

 a { background-color: rgb(186,197,215); }

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

border-color css

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

 span { border-color: rgb(186,197,215); }

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