#AFBEE0

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

Shades of Perano #AFBEE0

Tints of Perano #AFBEE0

Color information

#AFBEE0 (or 0xAFBEE0) is unknown color: approx Perano. HEX triplet: AF, BE and E0. RGB value is (175,190,224). Sum of RGB (Red+Green+Blue) = 175+190+224=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFBEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEE0 is #50411F. Grayscale: #BDBDBD. Windows color (decimal): -5259552 or 14728879. OLE color: 14728879.

HSL color Cylindrical-coordinate representation of color #AFBEE0: hue angle of 221.63º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBEE0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175190224-
CMYK0.220.1500.12
HSL221.63º44.14%78.24%-
HSV(B)221.63º21.88%87.84%-
XYZ49.5551.3277.82-
YUV189.39147.53117.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=29.71%
G=32.26%
B=38.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751902240.220.1500.12221.6344.1478.24
HexAFBEE016F0Cde2c4e
Octal257276340261701433654116
Binary10101111101111101110000010110111101100110111101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEE0; }

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

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

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

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

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

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

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

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