#AFBEEC

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

Shades of Perano #AFBEEC

Tints of Perano #AFBEEC

Color information

#AFBEEC (or 0xAFBEEC) is unknown color: approx Perano. HEX triplet: AF, BE and EC. RGB value is (175,190,236). Sum of RGB (Red+Green+Blue) = 175+190+236=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFBEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBEEC is #504113. Grayscale: #BEBEBE. Windows color (decimal): -5259540 or 15515311. OLE color: 15515311.

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

Color convert

RGB175190236-
CMYK0.260.1900.07
HSL225.25º61.62%80.59%-
HSV(B)225.25º25.85%92.55%-
XYZ51.235286.69-
YUV190.76153.53116.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=29.12%
G=31.61%
B=39.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751902360.260.1900.07225.2561.6280.59
HexAFBEEC1A1307e13e51
Octal25727635432230734176121
Binary10101111101111101110110011010100110111111000011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEEC; }

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

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

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

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

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

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

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

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