Html Css Color HEX #BAC5DA Spindle

📋 copy color: '#BAC5DA'

red 186 ◦ green 197 ◦ blue 218

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

Shades of Spindle #BAC5DA

Tints of Spindle #BAC5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 30.95%
G = 32.78%
B = 36.27%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAC5DA (or 0xBAC5DA) is known color: Spindle. HEX triplet: BA, C5 and DA. RGB value is (186,197,218). Sum of RGB (Red+Green+Blue) = 186+197+218=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5DA is #453A25. Grayscale: #C4C4C4. Windows color (decimal): -4536870 or 14337466. OLE color: 14337466.

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

Color convert

RGB 186 197 218 -
CMYK 0.15 0.10 0 0.15
HSL 219.38º 0.3% 0.79% -
HSV(B) 219.38º 0.15% 0.85% -
XYZ 52.87 55.43 74.24 -
YUV 196.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 186 197 218 0.15 0.10 0 0.15 219.38 0.3 0.79
Hex BA C5 DA F A 0 F DB 1E 4F
Octal 272 305 332 17 12 0 17 333 36 117
Binary 10111010 11000101 11011010 1111 1010 0 1111 11011011 11110 1001111

Color Harmonies of #BAC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC5DA

Black with #BAC5DA

Text Example


Text Example

White with #BAC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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