#AFBBFA

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

Shades of Perano #AFBBFA

Tints of Perano #AFBBFA

Color information

#AFBBFA (or 0xAFBBFA) is unknown color: approx Perano. HEX triplet: AF, BB and FA. RGB value is (175,187,250). Sum of RGB (Red+Green+Blue) = 175+187+250=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFBBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBFA is #504405. Grayscale: #BEBEBE. Windows color (decimal): -5260294 or 16432047. OLE color: 16432047.

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

Color convert

RGB175187250-
CMYK0.30.2500.02
HSL230.4º88.24%83.33%-
HSV(B)230.4º30%98.04%-
XYZ52.751.5697.62-
YUV190.59161.52116.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 187 (73.44% from 255) = 30.56%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=28.59%
G=30.56%
B=40.85%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751872500.30.2500.02230.488.2483.33
HexAFBBFA1E1902e65853
Octal257273372363102346130123
Binary10101111101110111111101011110110010101110011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBFA; }

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

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

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

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

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

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

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

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