#AEBBFC

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

Shades of Perano #AEBBFC

Tints of Perano #AEBBFC

Color information

#AEBBFC (or 0xAEBBFC) is unknown color: approx Perano. HEX triplet: AE, BB and FC. RGB value is (174,187,252). Sum of RGB (Red+Green+Blue) = 174+187+252=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEBBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBFC is #514403. Grayscale: #BEBEBE. Windows color (decimal): -5325828 or 16563118. OLE color: 16563118.

HSL color Cylindrical-coordinate representation of color #AEBBFC: hue angle of 230º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEBBFC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174187252-
CMYK0.310.2600.01
HSL230º92.86%83.53%-
HSV(B)230º30.95%98.82%-
XYZ52.851.5799.27-
YUV190.52162.69116.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.38%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=28.38%
G=30.51%
B=41.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741872520.310.2600.0123092.8683.53
HexAEBBFC1F1A01e65d54
Octal256273374373201346135124
Binary1010111010111011111111001111111010011110011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBFC; }

 p { color: rgb(174,187,252); }

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

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

 a { background-color: rgb(174,187,252); }

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

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

 span { border-color: rgb(174,187,252); }

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