#AFBCE2

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

Shades of Perano #AFBCE2

Tints of Perano #AFBCE2

Color information

#AFBCE2 (or 0xAFBCE2) is unknown color: approx Perano. HEX triplet: AF, BC and E2. RGB value is (175,188,226). Sum of RGB (Red+Green+Blue) = 175+188+226=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFBCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCE2 is #50431D. Grayscale: #BCBCBC. Windows color (decimal): -5260062 or 14859439. OLE color: 14859439.

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

Color convert

RGB175188226-
CMYK0.230.1700.11
HSL224.71º46.79%78.63%-
HSV(B)224.71º22.57%88.63%-
XYZ49.3950.5779.11-
YUV188.44149.19118.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 226 (88.67% from 255) = 38.37%
R=29.71%
G=31.92%
B=38.37%

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
Decimal1751882260.230.1700.11224.7146.7978.63
HexAFBCE217110Be12f4f
Octal257274342272101334157117
Binary101011111011110011100010101111000101011111000011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCE2; }

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

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

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

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

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

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

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

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