Html Css Color HEX #ACBDDA Light Steel Blue

📋 copy color: '#ACBDDA'

red 172 ◦ green 189 ◦ blue 218

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

Shades of Light Steel Blue #ACBDDA

Tints of Light Steel Blue #ACBDDA

RGB

 RED value IS 172 (67.58% from 255) = 29.71%

 GREEN value IS 189 (74.22% from 255) = 32.64%

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 29.71%
G = 32.64%
B = 37.65%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ACBDDA (or 0xACBDDA) is known color: Light Steel Blue. HEX triplet: AC, BD and DA. RGB value is (172,189,218). Sum of RGB (Red+Green+Blue) = 172+189+218=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDDA is #534225. Grayscale: #BBBBBB. Windows color (decimal): -5456422 or 14335404. OLE color: 14335404.

HSL color Cylindrical-coordinate representation of color #ACBDDA: hue angle of 217.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACBDDA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 189 218 -
CMYK 0.21 0.13 0 0.15
HSL 217.83º 0.38% 0.76% -
HSV(B) 217.83º 0.21% 0.85% -
XYZ 47.87 50.23 73.5 -
YUV 187.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 172 189 218 0.21 0.13 0 0.15 217.83 0.38 0.76
Hex AC BD DA 15 D 0 F DA 26 4C
Octal 254 275 332 25 15 0 17 332 46 114
Binary 10101100 10111101 11011010 10101 1101 0 1111 11011010 100110 1001100

Color Harmonies of #ACBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDDA

Black with #ACBDDA

Text Example


Text Example

White with #ACBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDDA; }

 p { color: rgb(172,189,218); }

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

background-color css

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

 a { background-color: rgb(172,189,218); }

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

border-color css

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

 span { border-color: rgb(172,189,218); }

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