#AFBAE3

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

Shades of Perano #AFBAE3

Tints of Perano #AFBAE3

Color information

#AFBAE3 (or 0xAFBAE3) is unknown color: approx Perano. HEX triplet: AF, BA and E3. RGB value is (175,186,227). Sum of RGB (Red+Green+Blue) = 175+186+227=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 227 (89.06% from 255 or 38.61% from 588); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFBAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAE3 is #50451C. Grayscale: #BBBBBB. Windows color (decimal): -5260573 or 14924463. OLE color: 14924463.

HSL color Cylindrical-coordinate representation of color #AFBAE3: hue angle of 227.31º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFBAE3 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175186227-
CMYK0.230.1800.11
HSL227.31º48.15%78.82%-
HSV(B)227.31º22.91%89.02%-
XYZ49.149.7879.69-
YUV187.38150.36119.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 227 (89.06% from 255) = 38.61%
R=29.76%
G=31.63%
B=38.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751862270.230.1800.11227.3148.1578.82
HexAFBAE317120Be3304f
Octal257272343272201334360117
Binary101011111011101011100011101111001001011111000111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAE3; }

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

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

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

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

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

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

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

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