#AEBCFC

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

Shades of Perano #AEBCFC

Tints of Perano #AEBCFC

Color information

#AEBCFC (or 0xAEBCFC) is unknown color: approx Perano. HEX triplet: AE, BC and FC. RGB value is (174,188,252). Sum of RGB (Red+Green+Blue) = 174+188+252=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEBCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCFC is #514303. Grayscale: #BEBEBE. Windows color (decimal): -5325572 or 16563374. OLE color: 16563374.

HSL color Cylindrical-coordinate representation of color #AEBCFC: hue angle of 229.23º 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 #AEBCFC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174188252-
CMYK0.310.2500.01
HSL229.23º92.86%83.53%-
HSV(B)229.23º30.95%98.82%-
XYZ53.0151.9999.34-
YUV191.11162.36115.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.34%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=28.34%
G=30.62%
B=41.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741882520.310.2500.01229.2392.8683.53
HexAEBCFC1F1901e55d54
Octal256274374373101345135124
Binary1010111010111100111111001111111001011110010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCFC; }

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

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

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

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

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

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

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

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