#AFB2FA

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

Shades of Perano #AFB2FA

Tints of Perano #AFB2FA

Color information

#AFB2FA (or 0xAFB2FA) is unknown color: approx Perano. HEX triplet: AF, B2 and FA. RGB value is (175,178,250). Sum of RGB (Red+Green+Blue) = 175+178+250=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2FA is #504D05. Grayscale: #B9B9B9. Windows color (decimal): -5262598 or 16429743. OLE color: 16429743.

HSL color Cylindrical-coordinate representation of color #AFB2FA: hue angle of 237.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB2FA is Cyan = 0.3, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175178250-
CMYK0.30.2900.02
HSL237.6º88.24%83.33%-
HSV(B)237.6º30%98.04%-
XYZ50.8547.8697-
YUV185.31164.51120.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.02%
GREEN value IS 178 (69.92% from 255) = 29.52%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=29.02%
G=29.52%
B=41.46%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751782500.30.2900.02237.688.2483.33
HexAFB2FA1E1D02ee5853
Octal257262372363502356130123
Binary10101111101100101111101011110111010101110111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB2FA; }

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

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

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

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

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

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

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

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