#AFBEE2

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

Shades of Perano #AFBEE2

Tints of Perano #AFBEE2

Color information

#AFBEE2 (or 0xAFBEE2) is unknown color: approx Perano. HEX triplet: AF, BE and E2. RGB value is (175,190,226). Sum of RGB (Red+Green+Blue) = 175+190+226=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFBEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEE2 is #50411D. Grayscale: #BDBDBD. Windows color (decimal): -5259550 or 14859951. OLE color: 14859951.

HSL color Cylindrical-coordinate representation of color #AFBEE2: hue angle of 222.35º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFBEE2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175190226-
CMYK0.230.1600.11
HSL222.35º46.79%78.63%-
HSV(B)222.35º22.57%88.63%-
XYZ49.8251.4379.25-
YUV189.62148.53117.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 226 (88.67% from 255) = 38.24%
R=29.61%
G=32.15%
B=38.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751902260.230.1600.11222.3546.7978.63
HexAFBEE217100Bde2f4f
Octal257276342272001333657117
Binary101011111011111011100010101111000001011110111101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEE2; }

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

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

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

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

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

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

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

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