Html Css Color HEX #BAC8DA Spindle

📋 copy color: '#BAC8DA'

red 186 ◦ green 200 ◦ blue 218

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

Shades of Spindle #BAC8DA

Tints of Spindle #BAC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.11%

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

R = 30.79%
G = 33.11%
B = 36.09%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAC8DA (or 0xBAC8DA) is known color: Spindle. HEX triplet: BA, C8 and DA. RGB value is (186,200,218). Sum of RGB (Red+Green+Blue) = 186+200+218=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8DA is #453725. Grayscale: #C5C5C5. Windows color (decimal): -4536102 or 14338234. OLE color: 14338234.

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

Color convert

RGB 186 200 218 -
CMYK 0.15 0.08 0 0.15
HSL 213.75º 0.3% 0.79% -
HSV(B) 213.75º 0.15% 0.85% -
XYZ 53.56 56.81 74.47 -
YUV 197.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 186 200 218 0.15 0.08 0 0.15 213.75 0.3 0.79
Hex BA C8 DA F 8 0 F D6 1E 4F
Octal 272 310 332 17 10 0 17 326 36 117
Binary 10111010 11001000 11011010 1111 1000 0 1111 11010110 11110 1001111

Color Harmonies of #BAC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8DA

Black with #BAC8DA

Text Example


Text Example

White with #BAC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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