#AFBEFB

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

Shades of Perano #AFBEFB

Tints of Perano #AFBEFB

Color information

#AFBEFB (or 0xAFBEFB) is unknown color: approx Perano. HEX triplet: AF, BE and FB. RGB value is (175,190,251). Sum of RGB (Red+Green+Blue) = 175+190+251=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFBEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBEFB is #504104. Grayscale: #C0C0C0. Windows color (decimal): -5259525 or 16498351. OLE color: 16498351.

HSL color Cylindrical-coordinate representation of color #AFBEFB: hue angle of 228.16º 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 #AFBEFB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175190251-
CMYK0.300.2400.02
HSL228.16º90.48%83.53%-
HSV(B)228.16º30.28%98.43%-
XYZ53.5152.9198.66-
YUV192.47161.03115.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 190 (74.61% from 255) = 30.84%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=28.41%
G=30.84%
B=40.75%

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
Decimal1751902510.300.2400.02228.1690.4883.53
HexAFBEFB1E1802e45a54
Octal257276373363002344132124
Binary10101111101111101111101111110110000101110010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEFB; }

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

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

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

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

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

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

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

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