#ACB2FF

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

Shades of Perano #ACB2FF

Tints of Perano #ACB2FF

Color information

#ACB2FF (or 0xACB2FF) is unknown color: approx Perano. HEX triplet: AC, B2 and FF. RGB value is (172,178,255). Sum of RGB (Red+Green+Blue) = 172+178+255=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2FF is #534D00. Grayscale: #B8B8B8. Windows color (decimal): -5459201 or 16757420. OLE color: 16757420.

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

Color convert

RGB172178255-
CMYK0.330.3000
HSL235.66º100%83.73%-
HSV(B)235.66º32.55%100%-
XYZ50.9847.83101.15-
YUV184.98167.51118.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 178 (69.92% from 255) = 29.42%
BLUE value IS 255 (100% from 255) = 42.15%
R=28.43%
G=29.42%
B=42.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721782550.330.3000235.6610083.73
HexACB2FF211E00ec6454
Octal254262377413600354144124
Binary10101100101100101111111110000111110001110110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2FF; }

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

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

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

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

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

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

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

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