#ACB2DA

Color #ACB2DA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ACB2DA

Tints of Perano #ACB2DA

Color information

#ACB2DA (or 0xACB2DA) is unknown color: approx Perano. HEX triplet: AC, B2 and DA. RGB value is (172,178,218). Sum of RGB (Red+Green+Blue) = 172+178+218=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2DA is #534D25. Grayscale: #B4B4B4. Windows color (decimal): -5459238 or 14332588. OLE color: 14332588.

HSL color Cylindrical-coordinate representation of color #ACB2DA: hue angle of 232.17º 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 #ACB2DA is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172178218-
CMYK0.210.1800.15
HSL232.17º38.33%76.47%-
HSV(B)232.17º21.1%85.49%-
XYZ45.5945.6772.74-
YUV180.77149.01121.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=30.28%
G=31.34%
B=38.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721782180.210.1800.15232.1738.3376.47
HexACB2DA15120Fe8264c
Octal254262332252201735046114
Binary101011001011001011011010101011001001111111010001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2DA; }

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

 H1.HeaderClassName
 {
   color: #ACB2DA;
 }
 .AnyTagClassName
 {
   color: #ACB2DA;
 }
</style>
background-color css

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

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

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

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

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

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