#ACBEFB

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

Shades of Perano #ACBEFB

Tints of Perano #ACBEFB

Color information

#ACBEFB (or 0xACBEFB) is unknown color: approx Perano. HEX triplet: AC, BE and FB. RGB value is (172,190,251). Sum of RGB (Red+Green+Blue) = 172+190+251=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACBEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBEFB is #534104. Grayscale: #BFBFBF. Windows color (decimal): -5456133 or 16498348. OLE color: 16498348.

HSL color Cylindrical-coordinate representation of color #ACBEFB: hue angle of 226.33º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACBEFB is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172190251-
CMYK0.310.2400.02
HSL226.33º90.8%82.94%-
HSV(B)226.33º31.47%98.43%-
XYZ52.8452.5698.63-
YUV191.57161.54114.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=28.06%
G=31.00%
B=40.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721902510.310.2400.02226.3390.882.94
HexACBEFB1F1802e25b53
Octal254276373373002342133123
Binary10101100101111101111101111111110000101110001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEFB; }

 p { color: rgb(172,190,251); }

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

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

 a { background-color: rgb(172,190,251); }

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

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

 span { border-color: rgb(172,190,251); }

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