#AFB7FB

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

Shades of Perano #AFB7FB

Tints of Perano #AFB7FB

Color information

#AFB7FB (or 0xAFB7FB) is unknown color: approx Perano. HEX triplet: AF, B7 and FB. RGB value is (175,183,251). Sum of RGB (Red+Green+Blue) = 175+183+251=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFB7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7FB is #504804. Grayscale: #BCBCBC. Windows color (decimal): -5261317 or 16496559. OLE color: 16496559.

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

Color convert

RGB175183251-
CMYK0.300.2700.02
HSL233.68º90.48%83.53%-
HSV(B)233.68º30.28%98.43%-
XYZ52.0349.9598.17-
YUV188.36163.35118.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 183 (71.88% from 255) = 30.05%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=28.74%
G=30.05%
B=41.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751832510.300.2700.02233.6890.4883.53
HexAFB7FB1E1B02ea5a54
Octal257267373363302352132124
Binary10101111101101111111101111110110110101110101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7FB; }

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

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

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

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

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

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

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

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