Html Css Color HEX #BACCE4 Light Steel Blue

📋 copy color: '#BACCE4'

red 186 ◦ green 204 ◦ blue 228

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

Shades of Light Steel Blue #BACCE4

Tints of Light Steel Blue #BACCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.89%

R = 30.1%
G = 33.01%
B = 36.89%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BACCE4 (or 0xBACCE4) is known color: Light Steel Blue. HEX triplet: BA, CC and E4. RGB value is (186,204,228). Sum of RGB (Red+Green+Blue) = 186+204+228=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #BACCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCE4 is #45331B. Grayscale: #C9C9C9. Windows color (decimal): -4535068 or 14994618. OLE color: 14994618.

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

Color convert

RGB 186 204 228 -
CMYK 0.18 0.11 0 0.11
HSL 214.29º 0.44% 0.81% -
HSV(B) 214.29º 0.18% 0.89% -
XYZ 55.85 59.23 81.89 -
YUV 201.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 186 204 228 0.18 0.11 0 0.11 214.29 0.44 0.81
Hex BA CC E4 12 B 0 B D6 2C 51
Octal 272 314 344 22 13 0 13 326 54 121
Binary 10111010 11001100 11100100 10010 1011 0 1011 11010110 101100 1010001

Color Harmonies of #BACCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCE4

Black with #BACCE4

Text Example


Text Example

White with #BACCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACCE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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