Html Css Color HEX #BAC7DD Spindle

📋 copy color: '#BAC7DD'

red 186 ◦ green 199 ◦ blue 221

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

Shades of Spindle #BAC7DD

Tints of Spindle #BAC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.84%

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

R = 30.69%
G = 32.84%
B = 36.47%

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

#BAC7DD (or 0xBAC7DD) is known color: Spindle. HEX triplet: BA, C7 and DD. RGB value is (186,199,221). Sum of RGB (Red+Green+Blue) = 186+199+221=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7DD is #453822. Grayscale: #C5C5C5. Windows color (decimal): -4536355 or 14534586. OLE color: 14534586.

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

Color convert

RGB 186 199 221 -
CMYK 0.16 0.10 0 0.13
HSL 217.71º 0.34% 0.8% -
HSV(B) 217.71º 0.16% 0.87% -
XYZ 53.72 56.51 76.48 -
YUV 197.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 186 199 221 0.16 0.10 0 0.13 217.71 0.34 0.8
Hex BA C7 DD 10 A 0 D DA 22 50
Octal 272 307 335 20 12 0 15 332 42 120
Binary 10111010 11000111 11011101 10000 1010 0 1101 11011010 100010 1010000

Color Harmonies of #BAC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC7DD

Black with #BAC7DD

Text Example


Text Example

White with #BAC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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