Html Css Color HEX #A4BCDD Light Steel Blue

📋 copy color: '#A4BCDD'

red 164 ◦ green 188 ◦ blue 221

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

Shades of Light Steel Blue #A4BCDD

Tints of Light Steel Blue #A4BCDD

RGB

 RED value IS 164 (64.45% from 255) = 28.62%

 GREEN value IS 188 (73.83% from 255) = 32.81%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 28.62%
G = 32.81%
B = 38.57%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4BCDD (or 0xA4BCDD) is known color: Light Steel Blue. HEX triplet: A4, BC and DD. RGB value is (164,188,221). Sum of RGB (Red+Green+Blue) = 164+188+221=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCDD is #5B4322. Grayscale: #B8B8B8. Windows color (decimal): -5980963 or 14531748. OLE color: 14531748.

HSL color Cylindrical-coordinate representation of color #A4BCDD: hue angle of 214.74º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4BCDD is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 188 221 -
CMYK 0.26 0.15 0 0.13
HSL 214.74º 0.46% 0.75% -
HSV(B) 214.74º 0.26% 0.87% -
XYZ 46.34 49.08 75.44 -
YUV 184.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 164 188 221 0.26 0.15 0 0.13 214.74 0.46 0.75
Hex A4 BC DD 1A F 0 D D7 2E 4B
Octal 244 274 335 32 17 0 15 327 56 113
Binary 10100100 10111100 11011101 11010 1111 0 1101 11010111 101110 1001011

Color Harmonies of #A4BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BCDD

Black with #A4BCDD

Text Example


Text Example

White with #A4BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BCDD; }

 p { color: rgb(164,188,221); }

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

background-color css

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

 a { background-color: rgb(164,188,221); }

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

border-color css

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

 span { border-color: rgb(164,188,221); }

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