#AFBCE1

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

Shades of Perano #AFBCE1

Tints of Perano #AFBCE1

Color information

#AFBCE1 (or 0xAFBCE1) is unknown color: approx Perano. HEX triplet: AF, BC and E1. RGB value is (175,188,225). Sum of RGB (Red+Green+Blue) = 175+188+225=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFBCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCE1 is #50431E. Grayscale: #BCBCBC. Windows color (decimal): -5260063 or 14793903. OLE color: 14793903.

HSL color Cylindrical-coordinate representation of color #AFBCE1: hue angle of 224.4º degrees, saturation: 0.45, 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 #AFBCE1 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175188225-
CMYK0.220.1600.12
HSL224.4º45.45%78.43%-
HSV(B)224.4º22.22%88.24%-
XYZ49.2550.5278.39-
YUV188.33148.69118.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 225 (88.28% from 255) = 38.27%
R=29.76%
G=31.97%
B=38.27%

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
Decimal1751882250.220.1600.12224.445.4578.43
HexAFBCE116100Ce02d4e
Octal257274341262001434055116
Binary101011111011110011100001101101000001100111000001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCE1; }

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

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

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

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

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

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

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

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