#AFBFFB

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

Shades of Perano #AFBFFB

Tints of Perano #AFBFFB

Color information

#AFBFFB (or 0xAFBFFB) is unknown color: approx Perano. HEX triplet: AF, BF and FB. RGB value is (175,191,251). Sum of RGB (Red+Green+Blue) = 175+191+251=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFBFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFFB is #504004. Grayscale: #C0C0C0. Windows color (decimal): -5259269 or 16498607. OLE color: 16498607.

HSL color Cylindrical-coordinate representation of color #AFBFFB: hue angle of 227.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFBFFB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175191251-
CMYK0.300.2400.02
HSL227.37º90.48%83.53%-
HSV(B)227.37º30.28%98.43%-
XYZ53.7253.3498.73-
YUV193.06160.7115.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=28.36%
G=30.96%
B=40.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751912510.300.2400.02227.3790.4883.53
HexAFBFFB1E1802e35a54
Octal257277373363002343132124
Binary10101111101111111111101111110110000101110001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFFB; }

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

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

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

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

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

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

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

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