#AFBCE4

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

Shades of Perano #AFBCE4

Tints of Perano #AFBCE4

Color information

#AFBCE4 (or 0xAFBCE4) is unknown color: approx Perano. HEX triplet: AF, BC and E4. RGB value is (175,188,228). Sum of RGB (Red+Green+Blue) = 175+188+228=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFBCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCE4 is #50431B. Grayscale: #BCBCBC. Windows color (decimal): -5260060 or 14990511. OLE color: 14990511.

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

Color convert

RGB175188228-
CMYK0.230.1800.11
HSL225.28º49.53%79.02%-
HSV(B)225.28º23.25%89.41%-
XYZ49.6750.6880.56-
YUV188.67150.19118.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 188 (73.83% from 255) = 31.81%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=29.61%
G=31.81%
B=38.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751882280.230.1800.11225.2849.5379.02
HexAFBCE417120Be1324f
Octal257274344272201334162117
Binary101011111011110011100100101111001001011111000011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCE4; }

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

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

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

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

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

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

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

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