#AFBEF3

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

Shades of Perano #AFBEF3

Tints of Perano #AFBEF3

Color information

#AFBEF3 (or 0xAFBEF3) is unknown color: approx Perano. HEX triplet: AF, BE and F3. RGB value is (175,190,243). Sum of RGB (Red+Green+Blue) = 175+190+243=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFBEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBEF3 is #50410C. Grayscale: #BFBFBF. Windows color (decimal): -5259533 or 15974063. OLE color: 15974063.

HSL color Cylindrical-coordinate representation of color #AFBEF3: hue angle of 226.76º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFBEF3 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175190243-
CMYK0.280.2200.05
HSL226.76º73.91%81.96%-
HSV(B)226.76º27.98%95.29%-
XYZ52.2752.4192.16-
YUV191.56157.03116.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 243 (95.31% from 255) = 39.97%
R=28.78%
G=31.25%
B=39.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751902430.280.2200.05226.7673.9181.96
HexAFBEF31C1605e34a52
Octal257276363342605343112122
Binary101011111011111011110011111001011001011110001110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEF3; }

 p { color: rgb(175,190,243); }

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

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

 a { background-color: rgb(175,190,243); }

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

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

 span { border-color: rgb(175,190,243); }

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