#ACBDF4

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

Shades of Perano #ACBDF4

Tints of Perano #ACBDF4

Color information

#ACBDF4 (or 0xACBDF4) is unknown color: approx Perano. HEX triplet: AC, BD and F4. RGB value is (172,189,244). Sum of RGB (Red+Green+Blue) = 172+189+244=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACBDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDF4 is #53420B. Grayscale: #BDBDBD. Windows color (decimal): -5456396 or 16039340. OLE color: 16039340.

HSL color Cylindrical-coordinate representation of color #ACBDF4: hue angle of 225.83º 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 #ACBDF4 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172189244-
CMYK0.300.2300.04
HSL225.83º76.6%81.57%-
HSV(B)225.83º29.51%95.69%-
XYZ51.5451.792.85-
YUV190.19158.37115.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 244 (95.70% from 255) = 40.33%
R=28.43%
G=31.24%
B=40.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721892440.300.2300.04225.8376.681.57
HexACBDF41E1704e24d52
Octal254275364362704342115122
Binary101011001011110111110100111101011101001110001010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDF4; }

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

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

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

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

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

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

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

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