Html Css Color HEX #BAC3DB Light Steel Blue

📋 copy color: '#BAC3DB'

red 186 ◦ green 195 ◦ blue 219

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

Shades of Light Steel Blue #BAC3DB

Tints of Light Steel Blue #BAC3DB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.5%

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

R = 31%
G = 32.5%
B = 36.5%

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

#BAC3DB (or 0xBAC3DB) is known color: Light Steel Blue. HEX triplet: BA, C3 and DB. RGB value is (186,195,219). Sum of RGB (Red+Green+Blue) = 186+195+219=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3DB is #453C24. Grayscale: #C2C2C2. Windows color (decimal): -4537381 or 14402490. OLE color: 14402490.

HSL color Cylindrical-coordinate representation of color #BAC3DB: hue angle of 223.64º 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 #BAC3DB is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 195 219 -
CMYK 0.15 0.11 0 0.14
HSL 223.64º 0.31% 0.79% -
HSV(B) 223.64º 0.15% 0.86% -
XYZ 52.55 54.58 74.78 -
YUV 195.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 186 195 219 0.15 0.11 0 0.14 223.64 0.31 0.79
Hex BA C3 DB F B 0 E E0 1F 4F
Octal 272 303 333 17 13 0 16 340 37 117
Binary 10111010 11000011 11011011 1111 1011 0 1110 11100000 11111 1001111

Color Harmonies of #BAC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC3DB

Black with #BAC3DB

Text Example


Text Example

White with #BAC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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