#AFB6F3

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

Shades of Perano #AFB6F3

Tints of Perano #AFB6F3

Color information

#AFB6F3 (or 0xAFB6F3) is unknown color: approx Perano. HEX triplet: AF, B6 and F3. RGB value is (175,182,243). Sum of RGB (Red+Green+Blue) = 175+182+243=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFB6F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB6F3 is #50490C. Grayscale: #BABABA. Windows color (decimal): -5261581 or 15972015. OLE color: 15972015.

HSL color Cylindrical-coordinate representation of color #AFB6F3: hue angle of 233.82º 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 #AFB6F3 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175182243-
CMYK0.280.2500.05
HSL233.82º73.91%81.96%-
HSV(B)233.82º27.98%95.29%-
XYZ50.5849.0491.59-
YUV186.86159.68119.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 182 (71.48% from 255) = 30.33%
BLUE value IS 243 (95.31% from 255) = 40.5%
R=29.17%
G=30.33%
B=40.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751822430.280.2500.05233.8273.9181.96
HexAFB6F31C1905ea4a52
Octal257266363343105352112122
Binary101011111011011011110011111001100101011110101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6F3; }

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

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

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

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

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

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

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

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