Html Css Color HEX #BAC4DC Light Steel Blue

📋 copy color: '#BAC4DC'

red 186 ◦ green 196 ◦ blue 220

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

Shades of Light Steel Blue #BAC4DC

Tints of Light Steel Blue #BAC4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.56%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 30.9%
G = 32.56%
B = 36.54%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAC4DC (or 0xBAC4DC) is known color: Light Steel Blue. HEX triplet: BA, C4 and DC. RGB value is (186,196,220). Sum of RGB (Red+Green+Blue) = 186+196+220=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DC is #453B23. Grayscale: #C3C3C3. Windows color (decimal): -4537124 or 14468282. OLE color: 14468282.

HSL color Cylindrical-coordinate representation of color #BAC4DC: hue angle of 222.35º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC4DC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 196 220 -
CMYK 0.15 0.11 0 0.14
HSL 222.35º 0.33% 0.8% -
HSV(B) 222.35º 0.15% 0.86% -
XYZ 52.91 55.09 75.55 -
YUV 195.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 186 196 220 0.15 0.11 0 0.14 222.35 0.33 0.8
Hex BA C4 DC F B 0 E DE 21 50
Octal 272 304 334 17 13 0 16 336 41 120
Binary 10111010 11000100 11011100 1111 1011 0 1110 11011110 100001 1010000

Color Harmonies of #BAC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4DC

Black with #BAC4DC

Text Example


Text Example

White with #BAC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4DC; }

 p { color: rgb(186,196,220); }

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

background-color css

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

 a { background-color: rgb(186,196,220); }

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

border-color css

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

 span { border-color: rgb(186,196,220); }

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