#AFBEE3

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

Shades of Perano #AFBEE3

Tints of Perano #AFBEE3

Color information

#AFBEE3 (or 0xAFBEE3) is unknown color: approx Perano. HEX triplet: AF, BE and E3. RGB value is (175,190,227). Sum of RGB (Red+Green+Blue) = 175+190+227=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 227 - color contains mainly: blue. Hex color #AFBEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEE3 is #50411C. Grayscale: #BDBDBD. Windows color (decimal): -5259549 or 14925487. OLE color: 14925487.

HSL color Cylindrical-coordinate representation of color #AFBEE3: hue angle of 222.69º 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 #AFBEE3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175190227-
CMYK0.230.1600.11
HSL222.69º48.15%78.82%-
HSV(B)222.69º22.91%89.02%-
XYZ49.9651.4979.98-
YUV189.73149.03117.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 227 (89.06% from 255) = 38.34%
R=29.56%
G=32.09%
B=38.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751902270.230.1600.11222.6948.1578.82
HexAFBEE317100Bdf304f
Octal257276343272001333760117
Binary101011111011111011100011101111000001011110111111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEE3; }

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

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

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

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

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

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

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

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