Html Css Color HEX #BAC6DD Light Steel Blue

📋 copy color: '#BAC6DD'

red 186 ◦ green 198 ◦ blue 221

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

Shades of Light Steel Blue #BAC6DD

Tints of Light Steel Blue #BAC6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.73%

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

R = 30.74%
G = 32.73%
B = 36.53%

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

#BAC6DD (or 0xBAC6DD) is known color: Light Steel Blue. HEX triplet: BA, C6 and DD. RGB value is (186,198,221). Sum of RGB (Red+Green+Blue) = 186+198+221=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6DD is #453922. Grayscale: #C4C4C4. Windows color (decimal): -4536611 or 14534330. OLE color: 14534330.

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

Color convert

RGB 186 198 221 -
CMYK 0.16 0.10 0 0.13
HSL 219.43º 0.34% 0.8% -
HSV(B) 219.43º 0.16% 0.87% -
XYZ 53.49 56.05 76.41 -
YUV 197.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 186 198 221 0.16 0.10 0 0.13 219.43 0.34 0.8
Hex BA C6 DD 10 A 0 D DB 22 50
Octal 272 306 335 20 12 0 15 333 42 120
Binary 10111010 11000110 11011101 10000 1010 0 1101 11011011 100010 1010000

Color Harmonies of #BAC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC6DD

Black with #BAC6DD

Text Example


Text Example

White with #BAC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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