Html Css Color HEX #BAC4DB Light Steel Blue

📋 copy color: '#BAC4DB'

red 186 ◦ green 196 ◦ blue 219

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

Shades of Light Steel Blue #BAC4DB

Tints of Light Steel Blue #BAC4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 30.95%
G = 32.61%
B = 36.44%

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

#BAC4DB (or 0xBAC4DB) is known color: Light Steel Blue. HEX triplet: BA, C4 and DB. RGB value is (186,196,219). Sum of RGB (Red+Green+Blue) = 186+196+219=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DB is #453B24. Grayscale: #C3C3C3. Windows color (decimal): -4537125 or 14402746. OLE color: 14402746.

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

Color convert

RGB 186 196 219 -
CMYK 0.15 0.11 0 0.14
HSL 221.82º 0.31% 0.79% -
HSV(B) 221.82º 0.15% 0.86% -
XYZ 52.78 55.03 74.86 -
YUV 195.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 186 196 219 0.15 0.11 0 0.14 221.82 0.31 0.79
Hex BA C4 DB F B 0 E DE 1F 4F
Octal 272 304 333 17 13 0 16 336 37 117
Binary 10111010 11000100 11011011 1111 1011 0 1110 11011110 11111 1001111

Color Harmonies of #BAC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC4DB

Black with #BAC4DB

Text Example


Text Example

White with #BAC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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