#ACB1FE

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

Shades of Perano #ACB1FE

Tints of Perano #ACB1FE

Color information

#ACB1FE (or 0xACB1FE) is unknown color: approx Perano. HEX triplet: AC, B1 and FE. RGB value is (172,177,254). Sum of RGB (Red+Green+Blue) = 172+177+254=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1FE is #534E01. Grayscale: #B7B7B7. Windows color (decimal): -5459458 or 16691628. OLE color: 16691628.

HSL color Cylindrical-coordinate representation of color #ACB1FE: hue angle of 236.34º 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 #ACB1FE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172177254-
CMYK0.320.3000.00
HSL236.34º97.62%83.53%-
HSV(B)236.34º32.28%99.61%-
XYZ50.6247.37100.24-
YUV184.28167.34119.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=28.52%
G=29.35%
B=42.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721772540.320.3000.00236.3497.6283.53
HexACB1FE201E00ec6254
Octal254261376403600354142124
Binary10101100101100011111111010000011110001110110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1FE; }

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

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

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

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

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

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

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

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