Html Css Color HEX #BACEE2 Light Steel Blue

📋 copy color: '#BACEE2'

red 186 ◦ green 206 ◦ blue 226

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

Shades of Light Steel Blue #BACEE2

Tints of Light Steel Blue #BACEE2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.33%

 BLUE value IS 226 (88.67% from 255) = 36.57%

R = 30.1%
G = 33.33%
B = 36.57%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BACEE2 (or 0xBACEE2) is known color: Light Steel Blue. HEX triplet: BA, CE and E2. RGB value is (186,206,226). Sum of RGB (Red+Green+Blue) = 186+206+226=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #BACEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEE2 is #45311D. Grayscale: #CACACA. Windows color (decimal): -4534558 or 14864058. OLE color: 14864058.

HSL color Cylindrical-coordinate representation of color #BACEE2: hue angle of 210º degrees, saturation: 0.41, 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 #BACEE2 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 206 226 -
CMYK 0.18 0.09 0 0.11
HSL 210º 0.41% 0.81% -
HSV(B) 210º 0.18% 0.89% -
XYZ 56.05 60.07 80.59 -
YUV 202.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 186 206 226 0.18 0.09 0 0.11 210 0.41 0.81
Hex BA CE E2 12 9 0 B D2 29 51
Octal 272 316 342 22 11 0 13 322 51 121
Binary 10111010 11001110 11100010 10010 1001 0 1011 11010010 101001 1010001

Color Harmonies of #BACEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEE2

Black with #BACEE2

Text Example


Text Example

White with #BACEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEE2; }

 p { color: rgb(186,206,226); }

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

background-color css

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

 a { background-color: rgb(186,206,226); }

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

border-color css

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

 span { border-color: rgb(186,206,226); }

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