#ACB4F8

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

Shades of Perano #ACB4F8

Tints of Perano #ACB4F8

Color information

#ACB4F8 (or 0xACB4F8) is unknown color: approx Perano. HEX triplet: AC, B4 and F8. RGB value is (172,180,248). Sum of RGB (Red+Green+Blue) = 172+180+248=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACB4F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4F8 is #534B07. Grayscale: #B9B9B9. Windows color (decimal): -5458696 or 16299180. OLE color: 16299180.

HSL color Cylindrical-coordinate representation of color #ACB4F8: hue angle of 233.68º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB4F8 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172180248-
CMYK0.310.2700.03
HSL233.68º84.44%82.35%-
HSV(B)233.68º30.65%97.25%-
XYZ50.2848.1995.46-
YUV185.36163.35118.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 180 (70.70% from 255) = 30%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=28.67%
G=30%
B=41.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721802480.310.2700.03233.6884.4482.35
HexACB4F81F1B03ea5452
Octal254264370373303352124122
Binary10101100101101001111100011111110110111110101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4F8; }

 p { color: rgb(172,180,248); }

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

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

 a { background-color: rgb(172,180,248); }

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

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

 span { border-color: rgb(172,180,248); }

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