Html Css Color HEX #BACBE1 Light Steel Blue

📋 copy color: '#BACBE1'

red 186 ◦ green 203 ◦ blue 225

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

Shades of Light Steel Blue #BACBE1

Tints of Light Steel Blue #BACBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.06%

 BLUE value IS 225 (88.28% from 255) = 36.64%

R = 30.29%
G = 33.06%
B = 36.64%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BACBE1 (or 0xBACBE1) is known color: Light Steel Blue. HEX triplet: BA, CB and E1. RGB value is (186,203,225). Sum of RGB (Red+Green+Blue) = 186+203+225=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #BACBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBE1 is #45341E. Grayscale: #C8C8C8. Windows color (decimal): -4535327 or 14797754. OLE color: 14797754.

HSL color Cylindrical-coordinate representation of color #BACBE1: hue angle of 213.85º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACBE1 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 203 225 -
CMYK 0.17 0.10 0 0.12
HSL 213.85º 0.39% 0.81% -
HSV(B) 213.85º 0.17% 0.88% -
XYZ 55.2 58.59 79.63 -
YUV 200.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 186 203 225 0.17 0.10 0 0.12 213.85 0.39 0.81
Hex BA CB E1 11 A 0 C D6 27 51
Octal 272 313 341 21 12 0 14 326 47 121
Binary 10111010 11001011 11100001 10001 1010 0 1100 11010110 100111 1010001

Color Harmonies of #BACBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACBE1

Black with #BACBE1

Text Example


Text Example

White with #BACBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACBE1; }

 p { color: rgb(186,203,225); }

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

background-color css

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

 a { background-color: rgb(186,203,225); }

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

border-color css

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

 span { border-color: rgb(186,203,225); }

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