#ACB2FE

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

Shades of Perano #ACB2FE

Tints of Perano #ACB2FE

Color information

#ACB2FE (or 0xACB2FE) is unknown color: approx Perano. HEX triplet: AC, B2 and FE. RGB value is (172,178,254). Sum of RGB (Red+Green+Blue) = 172+178+254=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACB2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2FE is #534D01. Grayscale: #B8B8B8. Windows color (decimal): -5459202 or 16691884. OLE color: 16691884.

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

Color convert

RGB172178254-
CMYK0.320.3000.00
HSL235.61º97.62%83.53%-
HSV(B)235.61º32.28%99.61%-
XYZ50.8247.77100.31-
YUV184.87167.01118.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=28.48%
G=29.47%
B=42.05%

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
Decimal1721782540.320.3000.00235.6197.6283.53
HexACB2FE201E00ec6254
Octal254262376403600354142124
Binary10101100101100101111111010000011110001110110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2FE; }

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

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

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

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

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

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

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

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