Html Css Color HEX #BAC4D9 Spindle

📋 copy color: '#BAC4D9'

red 186 ◦ green 196 ◦ blue 217

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

Shades of Spindle #BAC4D9

Tints of Spindle #BAC4D9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.72%

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

R = 31.05%
G = 32.72%
B = 36.23%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAC4D9 (or 0xBAC4D9) is known color: Spindle. HEX triplet: BA, C4 and D9. RGB value is (186,196,217). Sum of RGB (Red+Green+Blue) = 186+196+217=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 196 (76.95% from 255 or 32.72% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAC4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D9 is #453B26. Grayscale: #C3C3C3. Windows color (decimal): -4537127 or 14271674. OLE color: 14271674.

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

Color convert

RGB 186 196 217 -
CMYK 0.14 0.10 0 0.15
HSL 220.65º 0.29% 0.79% -
HSV(B) 220.65º 0.14% 0.85% -
XYZ 52.51 54.93 73.48 -
YUV 195.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 186 196 217 0.14 0.10 0 0.15 220.65 0.29 0.79
Hex BA C4 D9 E A 0 F DD 1D 4F
Octal 272 304 331 16 12 0 17 335 35 117
Binary 10111010 11000100 11011001 1110 1010 0 1111 11011101 11101 1001111

Color Harmonies of #BAC4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4D9

Black with #BAC4D9

Text Example


Text Example

White with #BAC4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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