Html Css Color HEX #BACDE3 Light Steel Blue

📋 copy color: '#BACDE3'

red 186 ◦ green 205 ◦ blue 227

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

Shades of Light Steel Blue #BACDE3

Tints of Light Steel Blue #BACDE3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.17%

 BLUE value IS 227 (89.06% from 255) = 36.73%

R = 30.1%
G = 33.17%
B = 36.73%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BACDE3 (or 0xBACDE3) is known color: Light Steel Blue. HEX triplet: BA, CD and E3. RGB value is (186,205,227). Sum of RGB (Red+Green+Blue) = 186+205+227=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #BACDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDE3 is #45321C. Grayscale: #C9C9C9. Windows color (decimal): -4534813 or 14929338. OLE color: 14929338.

HSL color Cylindrical-coordinate representation of color #BACDE3: hue angle of 212.2º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACDE3 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 205 227 -
CMYK 0.18 0.10 0 0.11
HSL 212.2º 0.42% 0.81% -
HSV(B) 212.2º 0.18% 0.89% -
XYZ 55.95 59.65 81.24 -
YUV 201.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 186 205 227 0.18 0.10 0 0.11 212.2 0.42 0.81
Hex BA CD E3 12 A 0 B D4 2A 51
Octal 272 315 343 22 12 0 13 324 52 121
Binary 10111010 11001101 11100011 10010 1010 0 1011 11010100 101010 1010001

Color Harmonies of #BACDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACDE3

Black with #BACDE3

Text Example


Text Example

White with #BACDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACDE3; }

 p { color: rgb(186,205,227); }

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

background-color css

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

 a { background-color: rgb(186,205,227); }

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

border-color css

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

 span { border-color: rgb(186,205,227); }

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