Html Css Color HEX #A2BFDD Light Steel Blue

📋 copy color: '#A2BFDD'

red 162 ◦ green 191 ◦ blue 221

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

Shades of Light Steel Blue #A2BFDD

Tints of Light Steel Blue #A2BFDD

RGB

 RED value IS 162 (63.67% from 255) = 28.22%

 GREEN value IS 191 (75% from 255) = 33.28%

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

R = 28.22%
G = 33.28%
B = 38.5%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A2BFDD (or 0xA2BFDD) is known color: Light Steel Blue. HEX triplet: A2, BF and DD. RGB value is (162,191,221). Sum of RGB (Red+Green+Blue) = 162+191+221=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFDD is #5D4022. Grayscale: #B9B9B9. Windows color (decimal): -6111267 or 14532514. OLE color: 14532514.

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

Color convert

RGB 162 191 221 -
CMYK 0.27 0.14 0 0.13
HSL 210.51º 0.46% 0.75% -
HSV(B) 210.51º 0.27% 0.87% -
XYZ 46.58 50.16 75.63 -
YUV 185.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 162 191 221 0.27 0.14 0 0.13 210.51 0.46 0.75
Hex A2 BF DD 1B E 0 D D3 2E 4B
Octal 242 277 335 33 16 0 15 323 56 113
Binary 10100010 10111111 11011101 11011 1110 0 1101 11010011 101110 1001011

Color Harmonies of #A2BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BFDD

Black with #A2BFDD

Text Example


Text Example

White with #A2BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BFDD; }

 p { color: rgb(162,191,221); }

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

background-color css

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

 a { background-color: rgb(162,191,221); }

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

border-color css

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

 span { border-color: rgb(162,191,221); }

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