#ACB5FE

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

Shades of Perano #ACB5FE

Tints of Perano #ACB5FE

Color information

#ACB5FE (or 0xACB5FE) is unknown color: approx Perano. HEX triplet: AC, B5 and FE. RGB value is (172,181,254). Sum of RGB (Red+Green+Blue) = 172+181+254=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5FE is #534A01. Grayscale: #BABABA. Windows color (decimal): -5458434 or 16692652. OLE color: 16692652.

HSL color Cylindrical-coordinate representation of color #ACB5FE: hue angle of 233.41º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB5FE is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172181254-
CMYK0.320.2900.00
HSL233.41º97.62%83.53%-
HSV(B)233.41º32.28%99.61%-
XYZ51.4348.97100.51-
YUV186.63166.02117.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=28.34%
G=29.82%
B=41.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721812540.320.2900.00233.4197.6283.53
HexACB5FE201D00e96254
Octal254265376403500351142124
Binary10101100101101011111111010000011101001110100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5FE; }

 p { color: rgb(172,181,254); }

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

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

 a { background-color: rgb(172,181,254); }

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

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

 span { border-color: rgb(172,181,254); }

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