#ACBFF4

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

Shades of Perano #ACBFF4

Tints of Perano #ACBFF4

Color information

#ACBFF4 (or 0xACBFF4) is unknown color: approx Perano. HEX triplet: AC, BF and F4. RGB value is (172,191,244). Sum of RGB (Red+Green+Blue) = 172+191+244=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACBFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFF4 is #53400B. Grayscale: #BFBFBF. Windows color (decimal): -5455884 or 16039852. OLE color: 16039852.

HSL color Cylindrical-coordinate representation of color #ACBFF4: hue angle of 224.17º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACBFF4 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172191244-
CMYK0.300.2200.04
HSL224.17º76.6%81.57%-
HSV(B)224.17º29.51%95.69%-
XYZ51.9752.5692.99-
YUV191.36157.71114.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 244 (95.70% from 255) = 40.20%
R=28.34%
G=31.47%
B=40.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721912440.300.2200.04224.1776.681.57
HexACBFF41E1604e04d52
Octal254277364362604340115122
Binary101011001011111111110100111101011001001110000010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFF4; }

 p { color: rgb(172,191,244); }

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

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

 a { background-color: rgb(172,191,244); }

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

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

 span { border-color: rgb(172,191,244); }

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