#ACBFEF

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

Shades of Perano #ACBFEF

Tints of Perano #ACBFEF

Color information

#ACBFEF (or 0xACBFEF) is unknown color: approx Perano. HEX triplet: AC, BF and EF. RGB value is (172,191,239). Sum of RGB (Red+Green+Blue) = 172+191+239=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACBFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFEF is #534010. Grayscale: #BEBEBE. Windows color (decimal): -5455889 or 15712172. OLE color: 15712172.

HSL color Cylindrical-coordinate representation of color #ACBFEF: hue angle of 222.99º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACBFEF is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172191239-
CMYK0.280.2000.06
HSL222.99º67.68%80.59%-
HSV(B)222.99º28.03%93.73%-
XYZ51.2252.2689.05-
YUV190.79155.21114.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 239 (93.75% from 255) = 39.70%
R=28.57%
G=31.73%
B=39.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721912390.280.2000.06222.9967.6880.59
HexACBFEF1C1406df4451
Octal254277357342406337104121
Binary101011001011111111101111111001010001101101111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFEF; }

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

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

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

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

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

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

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

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