#ACBDF3

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

Shades of Perano #ACBDF3

Tints of Perano #ACBDF3

Color information

#ACBDF3 (or 0xACBDF3) is unknown color: approx Perano. HEX triplet: AC, BD and F3. RGB value is (172,189,243). Sum of RGB (Red+Green+Blue) = 172+189+243=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACBDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDF3 is #53420C. Grayscale: #BDBDBD. Windows color (decimal): -5456397 or 15973804. OLE color: 15973804.

HSL color Cylindrical-coordinate representation of color #ACBDF3: hue angle of 225.63º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACBDF3 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172189243-
CMYK0.290.2200.05
HSL225.63º74.74%81.37%-
HSV(B)225.63º29.22%95.29%-
XYZ51.3951.6492.05-
YUV190.07157.87115.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=28.48%
G=31.29%
B=40.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721892430.290.2200.05225.6374.7481.37
HexACBDF31D1605e24b51
Octal254275363352605342113121
Binary101011001011110111110011111011011001011110001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDF3; }

 p { color: rgb(172,189,243); }

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

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

 a { background-color: rgb(172,189,243); }

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

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

 span { border-color: rgb(172,189,243); }

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