#ACBBFF

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

Shades of Perano #ACBBFF

Tints of Perano #ACBBFF

Color information

#ACBBFF (or 0xACBBFF) is unknown color: approx Perano. HEX triplet: AC, BB and FF. RGB value is (172,187,255). Sum of RGB (Red+Green+Blue) = 172+187+255=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACBBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBBFF is #534400. Grayscale: #BDBDBD. Windows color (decimal): -5456897 or 16759724. OLE color: 16759724.

HSL color Cylindrical-coordinate representation of color #ACBBFF: hue angle of 229.16º 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 #ACBBFF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172187255-
CMYK0.330.2700
HSL229.16º100%83.73%-
HSV(B)229.16º32.55%100%-
XYZ52.8351.53101.77-
YUV190.27164.53114.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 255 (100% from 255) = 41.53%
R=28.01%
G=30.46%
B=41.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721872550.330.2700229.1610083.73
HexACBBFF211B00e56454
Octal254273377413300345144124
Binary10101100101110111111111110000111011001110010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBFF; }

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

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

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

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

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

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

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

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