Html Css Color HEX #BACFE2 Light Steel Blue

📋 copy color: '#BACFE2'

red 186 ◦ green 207 ◦ blue 226

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

Shades of Light Steel Blue #BACFE2

Tints of Light Steel Blue #BACFE2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.44%

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

R = 30.05%
G = 33.44%
B = 36.51%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BACFE2 (or 0xBACFE2) is known color: Light Steel Blue. HEX triplet: BA, CF and E2. RGB value is (186,207,226). Sum of RGB (Red+Green+Blue) = 186+207+226=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #BACFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFE2 is #45301D. Grayscale: #CACACA. Windows color (decimal): -4534302 or 14864314. OLE color: 14864314.

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

Color convert

RGB 186 207 226 -
CMYK 0.18 0.08 0 0.11
HSL 208.5º 0.41% 0.81% -
HSV(B) 208.5º 0.18% 0.89% -
XYZ 56.29 60.56 80.67 -
YUV 202.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 186 207 226 0.18 0.08 0 0.11 208.5 0.41 0.81
Hex BA CF E2 12 8 0 B D0 29 51
Octal 272 317 342 22 10 0 13 320 51 121
Binary 10111010 11001111 11100010 10010 1000 0 1011 11010000 101001 1010001

Color Harmonies of #BACFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACFE2

Black with #BACFE2

Text Example


Text Example

White with #BACFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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