Html Css Color HEX #BACCE1 Light Steel Blue

📋 copy color: '#BACCE1'

red 186 ◦ green 204 ◦ blue 225

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

Shades of Light Steel Blue #BACCE1

Tints of Light Steel Blue #BACCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.17%

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

R = 30.24%
G = 33.17%
B = 36.59%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BACCE1 (or 0xBACCE1) is known color: Light Steel Blue. HEX triplet: BA, CC and E1. RGB value is (186,204,225). Sum of RGB (Red+Green+Blue) = 186+204+225=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #BACCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCE1 is #45331E. Grayscale: #C8C8C8. Windows color (decimal): -4535071 or 14798010. OLE color: 14798010.

HSL color Cylindrical-coordinate representation of color #BACCE1: hue angle of 212.31º 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 #BACCE1 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 204 225 -
CMYK 0.17 0.09 0 0.12
HSL 212.31º 0.39% 0.81% -
HSV(B) 212.31º 0.17% 0.88% -
XYZ 55.43 59.06 79.71 -
YUV 201.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 186 204 225 0.17 0.09 0 0.12 212.31 0.39 0.81
Hex BA CC E1 11 9 0 C D4 27 51
Octal 272 314 341 21 11 0 14 324 47 121
Binary 10111010 11001100 11100001 10001 1001 0 1100 11010100 100111 1010001

Color Harmonies of #BACCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCE1

Black with #BACCE1

Text Example


Text Example

White with #BACCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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