#AFB0FB

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

Shades of Perano #AFB0FB

Tints of Perano #AFB0FB

Color information

#AFB0FB (or 0xAFB0FB) is unknown color: approx Perano. HEX triplet: AF, B0 and FB. RGB value is (175,176,251). Sum of RGB (Red+Green+Blue) = 175+176+251=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFB0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0FB is #504F04. Grayscale: #B7B7B7. Windows color (decimal): -5263109 or 16494767. OLE color: 16494767.

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

Color convert

RGB175176251-
CMYK0.300.3000.02
HSL239.21º90.48%83.53%-
HSV(B)239.21º30.28%98.43%-
XYZ50.6247.1397.7-
YUV184.25165.67121.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=29.07%
G=29.24%
B=41.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751762510.300.3000.02239.2190.4883.53
HexAFB0FB1E1E02ef5a54
Octal257260373363602357132124
Binary10101111101100001111101111110111100101110111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0FB; }

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

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

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

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

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

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

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

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