Html Css Color HEX #BAC8DD Spindle

📋 copy color: '#BAC8DD'

red 186 ◦ green 200 ◦ blue 221

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

Shades of Spindle #BAC8DD

Tints of Spindle #BAC8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 30.64%
G = 32.95%
B = 36.41%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAC8DD (or 0xBAC8DD) is known color: Spindle. HEX triplet: BA, C8 and DD. RGB value is (186,200,221). Sum of RGB (Red+Green+Blue) = 186+200+221=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8DD is #453722. Grayscale: #C6C6C6. Windows color (decimal): -4536099 or 14534842. OLE color: 14534842.

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

Color convert

RGB 186 200 221 -
CMYK 0.16 0.10 0 0.13
HSL 216º 0.34% 0.8% -
HSV(B) 216º 0.16% 0.87% -
XYZ 53.96 56.97 76.56 -
YUV 198.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 186 200 221 0.16 0.10 0 0.13 216 0.34 0.8
Hex BA C8 DD 10 A 0 D D8 22 50
Octal 272 310 335 20 12 0 15 330 42 120
Binary 10111010 11001000 11011101 10000 1010 0 1101 11011000 100010 1010000

Color Harmonies of #BAC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC8DD

Black with #BAC8DD

Text Example


Text Example

White with #BAC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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