Html Css Color HEX #A4BEDE Light Steel Blue

📋 copy color: '#A4BEDE'

red 164 ◦ green 190 ◦ blue 222

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

Shades of Light Steel Blue #A4BEDE

Tints of Light Steel Blue #A4BEDE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.99%

 BLUE value IS 222 (87.11% from 255) = 38.54%

R = 28.47%
G = 32.99%
B = 38.54%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A4BEDE (or 0xA4BEDE) is known color: Light Steel Blue. HEX triplet: A4, BE and DE. RGB value is (164,190,222). Sum of RGB (Red+Green+Blue) = 164+190+222=576 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.47% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BEDE is #5B4121. Grayscale: #B9B9B9. Windows color (decimal): -5980450 or 14597796. OLE color: 14597796.

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

Color convert

RGB 164 190 222 -
CMYK 0.26 0.14 0 0.13
HSL 213.1º 0.47% 0.76% -
HSV(B) 213.1º 0.26% 0.87% -
XYZ 46.91 49.99 76.28 -
YUV 185.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 164 190 222 0.26 0.14 0 0.13 213.1 0.47 0.76
Hex A4 BE DE 1A E 0 D D5 2F 4C
Octal 244 276 336 32 16 0 15 325 57 114
Binary 10100100 10111110 11011110 11010 1110 0 1101 11010101 101111 1001100

Color Harmonies of #A4BEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BEDE

Black with #A4BEDE

Text Example


Text Example

White with #A4BEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BEDE; }

 p { color: rgb(164,190,222); }

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

background-color css

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

 a { background-color: rgb(164,190,222); }

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

border-color css

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

 span { border-color: rgb(164,190,222); }

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