#AFBFFD

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

Shades of Perano #AFBFFD

Tints of Perano #AFBFFD

Color information

#AFBFFD (or 0xAFBFFD) is unknown color: approx Perano. HEX triplet: AF, BF and FD. RGB value is (175,191,253). Sum of RGB (Red+Green+Blue) = 175+191+253=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFFD is #504002. Grayscale: #C1C1C1. Windows color (decimal): -5259267 or 16629679. OLE color: 16629679.

HSL color Cylindrical-coordinate representation of color #AFBFFD: hue angle of 227.69º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBFFD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175191253-
CMYK0.310.2500.01
HSL227.69º95.12%83.92%-
HSV(B)227.69º30.83%99.22%-
XYZ54.0453.47100.4-
YUV193.28161.7114.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=28.27%
G=30.86%
B=40.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751912530.310.2500.01227.6995.1283.92
HexAFBFFD1F1901e45f54
Octal257277375373101344137124
Binary1010111110111111111111011111111001011110010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFFD; }

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

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

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

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

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

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

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

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