Html Css Color HEX #BAC9DF Light Steel Blue

📋 copy color: '#BAC9DF'

red 186 ◦ green 201 ◦ blue 223

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

Shades of Light Steel Blue #BAC9DF

Tints of Light Steel Blue #BAC9DF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.95%

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 30.49%
G = 32.95%
B = 36.56%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAC9DF (or 0xBAC9DF) is known color: Light Steel Blue. HEX triplet: BA, C9 and DF. RGB value is (186,201,223). Sum of RGB (Red+Green+Blue) = 186+201+223=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9DF is #453620. Grayscale: #C6C6C6. Windows color (decimal): -4535841 or 14666170. OLE color: 14666170.

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

Color convert

RGB 186 201 223 -
CMYK 0.17 0.10 0 0.13
HSL 215.68º 0.37% 0.8% -
HSV(B) 215.68º 0.17% 0.87% -
XYZ 54.46 57.54 78.05 -
YUV 199.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 186 201 223 0.17 0.10 0 0.13 215.68 0.37 0.8
Hex BA C9 DF 11 A 0 D D8 25 50
Octal 272 311 337 21 12 0 15 330 45 120
Binary 10111010 11001001 11011111 10001 1010 0 1101 11011000 100101 1010000

Color Harmonies of #BAC9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC9DF

Black with #BAC9DF

Text Example


Text Example

White with #BAC9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC9DF; }

 p { color: rgb(186,201,223); }

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

background-color css

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

 a { background-color: rgb(186,201,223); }

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

border-color css

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

 span { border-color: rgb(186,201,223); }

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