#AFBCE0

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

Shades of Perano #AFBCE0

Tints of Perano #AFBCE0

Color information

#AFBCE0 (or 0xAFBCE0) is unknown color: approx Perano. HEX triplet: AF, BC and E0. RGB value is (175,188,224). Sum of RGB (Red+Green+Blue) = 175+188+224=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFBCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCE0 is #50431F. Grayscale: #BCBCBC. Windows color (decimal): -5260064 or 14728367. OLE color: 14728367.

HSL color Cylindrical-coordinate representation of color #AFBCE0: hue angle of 224.08º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBCE0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175188224-
CMYK0.220.1600.12
HSL224.08º44.14%78.24%-
HSV(B)224.08º21.88%87.84%-
XYZ49.1250.4677.67-
YUV188.22148.19118.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 224 (87.89% from 255) = 38.16%
R=29.81%
G=32.03%
B=38.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751882240.220.1600.12224.0844.1478.24
HexAFBCE016100Ce02c4e
Octal257274340262001434054116
Binary101011111011110011100000101101000001100111000001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCE0; }

 p { color: rgb(175,188,224); }

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

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

 a { background-color: rgb(175,188,224); }

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

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

 span { border-color: rgb(175,188,224); }

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