#ACBCFF

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

Shades of Perano #ACBCFF

Tints of Perano #ACBCFF

Color information

#ACBCFF (or 0xACBCFF) is unknown color: approx Perano. HEX triplet: AC, BC and FF. RGB value is (172,188,255). Sum of RGB (Red+Green+Blue) = 172+188+255=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCFF is #534300. Grayscale: #BEBEBE. Windows color (decimal): -5456641 or 16759980. OLE color: 16759980.

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

Color convert

RGB172188255-
CMYK0.330.2600
HSL228.43º100%83.73%-
HSV(B)228.43º32.55%100%-
XYZ53.0551.96101.84-
YUV190.85164.2114.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 255 (100% from 255) = 41.46%
R=27.97%
G=30.57%
B=41.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721882550.330.2600228.4310083.73
HexACBCFF211A00e46454
Octal254274377413200344144124
Binary10101100101111001111111110000111010001110010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCFF; }

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

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

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

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

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

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

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

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