#AFBEE4

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

Shades of Perano #AFBEE4

Tints of Perano #AFBEE4

Color information

#AFBEE4 (or 0xAFBEE4) is unknown color: approx Perano. HEX triplet: AF, BE and E4. RGB value is (175,190,228). Sum of RGB (Red+Green+Blue) = 175+190+228=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFBEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEE4 is #50411B. Grayscale: #BDBDBD. Windows color (decimal): -5259548 or 14991023. OLE color: 14991023.

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

Color convert

RGB175190228-
CMYK0.230.1700.11
HSL223.02º49.53%79.02%-
HSV(B)223.02º23.25%89.41%-
XYZ50.151.5480.71-
YUV189.85149.53117.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=29.51%
G=32.04%
B=38.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751902280.230.1700.11223.0249.5379.02
HexAFBEE417110Bdf324f
Octal257276344272101333762117
Binary101011111011111011100100101111000101011110111111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEE4; }

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

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

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

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

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

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

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

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