Html Css Color HEX #BAC4DA Spindle

📋 copy color: '#BAC4DA'

red 186 ◦ green 196 ◦ blue 218

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

Shades of Spindle #BAC4DA

Tints of Spindle #BAC4DA

RGB

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

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

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

R = 31%
G = 32.67%
B = 36.33%

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

#BAC4DA (or 0xBAC4DA) is known color: Spindle. HEX triplet: BA, C4 and DA. RGB value is (186,196,218). Sum of RGB (Red+Green+Blue) = 186+196+218=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DA is #453B25. Grayscale: #C3C3C3. Windows color (decimal): -4537126 or 14337210. OLE color: 14337210.

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

Color convert

RGB 186 196 218 -
CMYK 0.15 0.10 0 0.15
HSL 221.25º 0.3% 0.79% -
HSV(B) 221.25º 0.15% 0.85% -
XYZ 52.64 54.98 74.17 -
YUV 195.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 186 196 218 0.15 0.10 0 0.15 221.25 0.3 0.79
Hex BA C4 DA F A 0 F DD 1E 4F
Octal 272 304 332 17 12 0 17 335 36 117
Binary 10111010 11000100 11011010 1111 1010 0 1111 11011101 11110 1001111

Color Harmonies of #BAC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4DA

Black with #BAC4DA

Text Example


Text Example

White with #BAC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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