#AFBBF9

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

Shades of Perano #AFBBF9

Tints of Perano #AFBBF9

Color information

#AFBBF9 (or 0xAFBBF9) is unknown color: approx Perano. HEX triplet: AF, BB and F9. RGB value is (175,187,249). Sum of RGB (Red+Green+Blue) = 175+187+249=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFBBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBF9 is #504406. Grayscale: #BEBEBE. Windows color (decimal): -5260295 or 16366511. OLE color: 16366511.

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

Color convert

RGB175187249-
CMYK0.300.2500.02
HSL230.27º86.05%83.14%-
HSV(B)230.27º29.72%97.65%-
XYZ52.5551.4996.79-
YUV190.48161.02116.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=28.64%
G=30.61%
B=40.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751872490.300.2500.02230.2786.0583.14
HexAFBBF91E1902e65653
Octal257273371363102346126123
Binary10101111101110111111100111110110010101110011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBF9; }

 p { color: rgb(175,187,249); }

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

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

 a { background-color: rgb(175,187,249); }

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

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

 span { border-color: rgb(175,187,249); }

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