#AFBBFB

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

Shades of Perano #AFBBFB

Tints of Perano #AFBBFB

Color information

#AFBBFB (or 0xAFBBFB) is unknown color: approx Perano. HEX triplet: AF, BB and FB. RGB value is (175,187,251). Sum of RGB (Red+Green+Blue) = 175+187+251=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFBBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBFB is #504404. Grayscale: #BEBEBE. Windows color (decimal): -5260293 or 16497583. OLE color: 16497583.

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

Color convert

RGB175187251-
CMYK0.300.2500.02
HSL230.53º90.48%83.53%-
HSV(B)230.53º30.28%98.43%-
XYZ52.8651.6298.44-
YUV190.71162.02116.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 251 (98.44% from 255) = 40.95%
R=28.55%
G=30.51%
B=40.95%

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
Decimal1751872510.300.2500.02230.5390.4883.53
HexAFBBFB1E1902e75a54
Octal257273373363102347132124
Binary10101111101110111111101111110110010101110011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBFB; }

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

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

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

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

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

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

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

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