#AFBAFB

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

Shades of Perano #AFBAFB

Tints of Perano #AFBAFB

Color information

#AFBAFB (or 0xAFBAFB) is unknown color: approx Perano. HEX triplet: AF, BA and FB. RGB value is (175,186,251). Sum of RGB (Red+Green+Blue) = 175+186+251=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFBAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAFB is #504504. Grayscale: #BDBDBD. Windows color (decimal): -5260549 or 16497327. OLE color: 16497327.

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

Color convert

RGB175186251-
CMYK0.300.2600.02
HSL231.32º90.48%83.53%-
HSV(B)231.32º30.28%98.43%-
XYZ52.6551.298.37-
YUV190.12162.36117.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=28.59%
G=30.39%
B=41.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751862510.300.2600.02231.3290.4883.53
HexAFBAFB1E1A02e75a54
Octal257272373363202347132124
Binary10101111101110101111101111110110100101110011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAFB; }

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

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

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

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

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

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

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

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