#ACB0FE

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

Shades of Perano #ACB0FE

Tints of Perano #ACB0FE

Color information

#ACB0FE (or 0xACB0FE) is unknown color: approx Perano. HEX triplet: AC, B0 and FE. RGB value is (172,176,254). Sum of RGB (Red+Green+Blue) = 172+176+254=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0FE is #534F01. Grayscale: #B7B7B7. Windows color (decimal): -5459714 or 16691372. OLE color: 16691372.

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

Color convert

RGB172176254-
CMYK0.320.3100.00
HSL237.07º97.62%83.53%-
HSV(B)237.07º32.28%99.61%-
XYZ50.4346.98100.18-
YUV183.7167.67119.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=28.57%
G=29.24%
B=42.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1721762540.320.3100.00237.0797.6283.53
HexACB0FE201F00ed6254
Octal254260376403700355142124
Binary10101100101100001111111010000011111001110110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0FE; }

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

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

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

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

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

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

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

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