Html Css Color HEX #BAC1D4 Spindle

📋 copy color: '#BAC1D4'

red 186 ◦ green 193 ◦ blue 212

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

Shades of Spindle #BAC1D4

Tints of Spindle #BAC1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.87%

R = 31.47%
G = 32.66%
B = 35.87%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BAC1D4 (or 0xBAC1D4) is known color: Spindle. HEX triplet: BA, C1 and D4. RGB value is (186,193,212). Sum of RGB (Red+Green+Blue) = 186+193+212=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC1D4 is #453E2B. Grayscale: #C0C0C0. Windows color (decimal): -4537900 or 13943226. OLE color: 13943226.

HSL color Cylindrical-coordinate representation of color #BAC1D4: hue angle of 223.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAC1D4 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 193 212 -
CMYK 0.12 0.09 0 0.17
HSL 223.85º 0.23% 0.78% -
HSV(B) 223.85º 0.12% 0.83% -
XYZ 51.2 53.33 69.88 -
YUV 193.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 186 193 212 0.12 0.09 0 0.17 223.85 0.23 0.78
Hex BA C1 D4 C 9 0 11 E0 17 4E
Octal 272 301 324 14 11 0 21 340 27 116
Binary 10111010 11000001 11010100 1100 1001 0 10001 11100000 10111 1001110

Color Harmonies of #BAC1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC1D4

Black with #BAC1D4

Text Example


Text Example

White with #BAC1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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