#AFB0E4

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

Shades of Perano #AFB0E4

Tints of Perano #AFB0E4

Color information

#AFB0E4 (or 0xAFB0E4) is unknown color: approx Perano. HEX triplet: AF, B0 and E4. RGB value is (175,176,228). Sum of RGB (Red+Green+Blue) = 175+176+228=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFB0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0E4 is #504F1B. Grayscale: #B5B5B5. Windows color (decimal): -5263132 or 14987439. OLE color: 14987439.

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

Color convert

RGB175176228-
CMYK0.230.2300.11
HSL238.87º49.53%79.02%-
HSV(B)238.87º23.25%89.41%-
XYZ47.2145.7779.74-
YUV181.63154.17123.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 176 (69.14% from 255) = 30.40%
BLUE value IS 228 (89.45% from 255) = 39.38%
R=30.22%
G=30.40%
B=39.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751762280.230.2300.11238.8749.5379.02
HexAFB0E417170Bef324f
Octal257260344272701335762117
Binary101011111011000011100100101111011101011111011111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0E4; }

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

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

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

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

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

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

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

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