#AFBBE9

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

Shades of Perano #AFBBE9

Tints of Perano #AFBBE9

Color information

#AFBBE9 (or 0xAFBBE9) is unknown color: approx Perano. HEX triplet: AF, BB and E9. RGB value is (175,187,233). Sum of RGB (Red+Green+Blue) = 175+187+233=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFBBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBE9 is #504416. Grayscale: #BCBCBC. Windows color (decimal): -5260311 or 15317935. OLE color: 15317935.

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

Color convert

RGB175187233-
CMYK0.250.2000.09
HSL227.59º56.86%80%-
HSV(B)227.59º24.89%91.37%-
XYZ50.1650.5484.2-
YUV188.66153.02118.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 233 (91.41% from 255) = 39.16%
R=29.41%
G=31.43%
B=39.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751872330.250.2000.09227.5956.8680
HexAFBBE9191409e43950
Octal257273351312401134471120
Binary101011111011101111101001110011010001001111001001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBE9; }

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

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

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

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

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

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

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

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