#ACBFE9

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

Shades of Perano #ACBFE9

Tints of Perano #ACBFE9

Color information

#ACBFE9 (or 0xACBFE9) is unknown color: approx Perano. HEX triplet: AC, BF and E9. RGB value is (172,191,233). Sum of RGB (Red+Green+Blue) = 172+191+233=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACBFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFE9 is #534016. Grayscale: #BDBDBD. Windows color (decimal): -5455895 or 15318956. OLE color: 15318956.

HSL color Cylindrical-coordinate representation of color #ACBFE9: hue angle of 221.31º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBFE9 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172191233-
CMYK0.260.1800.09
HSL221.31º58.1%79.41%-
HSV(B)221.31º26.18%91.37%-
XYZ50.3551.9284.46-
YUV190.11152.21115.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.86%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 233 (91.41% from 255) = 39.09%
R=28.86%
G=32.05%
B=39.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721912330.260.1800.09221.3158.179.41
HexACBFE91A1209dd3a4f
Octal254277351322201133572117
Binary101011001011111111101001110101001001001110111011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFE9; }

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

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

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

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

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

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

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

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