#AFBBE7

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

Shades of Perano #AFBBE7

Tints of Perano #AFBBE7

Color information

#AFBBE7 (or 0xAFBBE7) is unknown color: approx Perano. HEX triplet: AF, BB and E7. RGB value is (175,187,231). Sum of RGB (Red+Green+Blue) = 175+187+231=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #AFBBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBE7 is #504418. Grayscale: #BCBCBC. Windows color (decimal): -5260313 or 15186863. OLE color: 15186863.

HSL color Cylindrical-coordinate representation of color #AFBBE7: hue angle of 227.14º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFBBE7 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175187231-
CMYK0.240.1900.09
HSL227.14º53.85%79.61%-
HSV(B)227.14º24.24%90.59%-
XYZ49.8750.4282.71-
YUV188.43152.02118.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 231 (90.62% from 255) = 38.95%
R=29.51%
G=31.53%
B=38.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751872310.240.1900.09227.1453.8579.61
HexAFBBE7181309e33650
Octal257273347302301134366120
Binary101011111011101111100111110001001101001111000111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBE7; }

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

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

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

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

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

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

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

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