Html Css Color HEX #BACCE2 Light Steel Blue

📋 copy color: '#BACCE2'

red 186 ◦ green 204 ◦ blue 226

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

Shades of Light Steel Blue #BACCE2

Tints of Light Steel Blue #BACCE2

RGB

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

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

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

R = 30.19%
G = 33.12%
B = 36.69%

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

#BACCE2 (or 0xBACCE2) is known color: Light Steel Blue. HEX triplet: BA, CC and E2. RGB value is (186,204,226). Sum of RGB (Red+Green+Blue) = 186+204+226=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #BACCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCE2 is #45331D. Grayscale: #C9C9C9. Windows color (decimal): -4535070 or 14863546. OLE color: 14863546.

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

Color convert

RGB 186 204 226 -
CMYK 0.18 0.10 0 0.11
HSL 213º 0.41% 0.81% -
HSV(B) 213º 0.18% 0.89% -
XYZ 55.57 59.12 80.43 -
YUV 201.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 186 204 226 0.18 0.10 0 0.11 213 0.41 0.81
Hex BA CC E2 12 A 0 B D5 29 51
Octal 272 314 342 22 12 0 13 325 51 121
Binary 10111010 11001100 11100010 10010 1010 0 1011 11010101 101001 1010001

Color Harmonies of #BACCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCE2

Black with #BACCE2

Text Example


Text Example

White with #BACCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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