#AFB2FB

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

Shades of Perano #AFB2FB

Tints of Perano #AFB2FB

Color information

#AFB2FB (or 0xAFB2FB) is unknown color: approx Perano. HEX triplet: AF, B2 and FB. RGB value is (175,178,251). Sum of RGB (Red+Green+Blue) = 175+178+251=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFB2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2FB is #504D04. Grayscale: #B9B9B9. Windows color (decimal): -5262597 or 16495279. OLE color: 16495279.

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

Color convert

RGB175178251-
CMYK0.300.2900.02
HSL237.63º90.48%83.53%-
HSV(B)237.63º30.28%98.43%-
XYZ51.0147.9297.83-
YUV185.42165.01120.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=28.97%
G=29.47%
B=41.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751782510.300.2900.02237.6390.4883.53
HexAFB2FB1E1D02ee5a54
Octal257262373363502356132124
Binary10101111101100101111101111110111010101110111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2FB; }

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

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

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

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

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

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

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

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