Html Css Color HEX #BAC1D6 Spindle

📋 copy color: '#BAC1D6'

red 186 ◦ green 193 ◦ blue 214

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

Shades of Spindle #BAC1D6

Tints of Spindle #BAC1D6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.55%

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 31.37%
G = 32.55%
B = 36.09%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAC1D6 (or 0xBAC1D6) is known color: Spindle. HEX triplet: BA, C1 and D6. RGB value is (186,193,214). Sum of RGB (Red+Green+Blue) = 186+193+214=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1D6 is #453E29. Grayscale: #C1C1C1. Windows color (decimal): -4537898 or 14074298. OLE color: 14074298.

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

Color convert

RGB 186 193 214 -
CMYK 0.13 0.10 0 0.16
HSL 225º 0.25% 0.78% -
HSV(B) 225º 0.13% 0.84% -
XYZ 51.46 53.43 71.22 -
YUV 193.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 186 193 214 0.13 0.10 0 0.16 225 0.25 0.78
Hex BA C1 D6 D A 0 10 E1 19 4E
Octal 272 301 326 15 12 0 20 341 31 116
Binary 10111010 11000001 11010110 1101 1010 0 10000 11100001 11001 1001110

Color Harmonies of #BAC1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC1D6

Black with #BAC1D6

Text Example


Text Example

White with #BAC1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC1D6; }

 p { color: rgb(186,193,214); }

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

background-color css

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

 a { background-color: rgb(186,193,214); }

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

border-color css

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

 span { border-color: rgb(186,193,214); }

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