#AFABEC

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

Shades of Perano #AFABEC

Tints of Perano #AFABEC

Color information

#AFABEC (or 0xAFABEC) is unknown color: approx Perano. HEX triplet: AF, AB and EC. RGB value is (175,171,236). Sum of RGB (Red+Green+Blue) = 175+171+236=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABEC is #505413. Grayscale: #B3B3B3. Windows color (decimal): -5264404 or 15510447. OLE color: 15510447.

HSL color Cylindrical-coordinate representation of color #AFABEC: hue angle of 243.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFABEC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175171236-
CMYK0.260.2800.07
HSL243.69º63.11%79.8%-
HSV(B)243.69º27.54%92.55%-
XYZ47.3844.385.41-
YUV179.61159.83124.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 171 (67.19% from 255) = 29.38%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=30.07%
G=29.38%
B=40.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751712360.260.2800.07243.6963.1179.8
HexAFABEC1A1C07f43f50
Octal25725335432340736477120
Binary10101111101010111110110011010111000111111101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABEC; }

 p { color: rgb(175,171,236); }

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

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

 a { background-color: rgb(175,171,236); }

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

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

 span { border-color: rgb(175,171,236); }

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