#AFBFF0

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

Shades of Perano #AFBFF0

Tints of Perano #AFBFF0

Color information

#AFBFF0 (or 0xAFBFF0) is unknown color: approx Perano. HEX triplet: AF, BF and F0. RGB value is (175,191,240). Sum of RGB (Red+Green+Blue) = 175+191+240=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFBFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFF0 is #50400F. Grayscale: #BFBFBF. Windows color (decimal): -5259280 or 15777711. OLE color: 15777711.

HSL color Cylindrical-coordinate representation of color #AFBFF0: hue angle of 225.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFBFF0 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175191240-
CMYK0.270.2000.06
HSL225.23º68.42%81.37%-
HSV(B)225.23º27.08%94.12%-
XYZ52.0452.6789.86-
YUV191.8155.2116.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 240 (94.14% from 255) = 39.60%
R=28.88%
G=31.52%
B=39.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751912400.270.2000.06225.2368.4281.37
HexAFBFF01B1406e14451
Octal257277360332406341104121
Binary101011111011111111110000110111010001101110000110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFF0; }

 p { color: rgb(175,191,240); }

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

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

 a { background-color: rgb(175,191,240); }

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

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

 span { border-color: rgb(175,191,240); }

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