Html Css Color HEX #BAC5D9 Spindle

📋 copy color: '#BAC5D9'

red 186 ◦ green 197 ◦ blue 217

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

Shades of Spindle #BAC5D9

Tints of Spindle #BAC5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.17%

R = 31%
G = 32.83%
B = 36.17%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAC5D9 (or 0xBAC5D9) is known color: Spindle. HEX triplet: BA, C5 and D9. RGB value is (186,197,217). Sum of RGB (Red+Green+Blue) = 186+197+217=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5D9 is #453A26. Grayscale: #C3C3C3. Windows color (decimal): -4536871 or 14271930. OLE color: 14271930.

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

Color convert

RGB 186 197 217 -
CMYK 0.14 0.09 0 0.15
HSL 218.71º 0.29% 0.79% -
HSV(B) 218.71º 0.14% 0.85% -
XYZ 52.74 55.38 73.56 -
YUV 195.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 186 197 217 0.14 0.09 0 0.15 218.71 0.29 0.79
Hex BA C5 D9 E 9 0 F DB 1D 4F
Octal 272 305 331 16 11 0 17 333 35 117
Binary 10111010 11000101 11011001 1110 1001 0 1111 11011011 11101 1001111

Color Harmonies of #BAC5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5D9

Black with #BAC5D9

Text Example


Text Example

White with #BAC5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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