#AFBBF6

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

Shades of Perano #AFBBF6

Tints of Perano #AFBBF6

Color information

#AFBBF6 (or 0xAFBBF6) is unknown color: approx Perano. HEX triplet: AF, BB and F6. RGB value is (175,187,246). Sum of RGB (Red+Green+Blue) = 175+187+246=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFBBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBF6 is #504409. Grayscale: #BDBDBD. Windows color (decimal): -5260298 or 16169903. OLE color: 16169903.

HSL color Cylindrical-coordinate representation of color #AFBBF6: hue angle of 229.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFBBF6 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175187246-
CMYK0.290.2400.04
HSL229.86º79.78%82.55%-
HSV(B)229.86º28.86%96.47%-
XYZ52.0851.3194.35-
YUV190.14159.52117.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 246 (96.48% from 255) = 40.46%
R=28.78%
G=30.76%
B=40.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751872460.290.2400.04229.8679.7882.55
HexAFBBF61D1804e65053
Octal257273366353004346120123
Binary101011111011101111110110111011100001001110011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBF6; }

 p { color: rgb(175,187,246); }

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

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

 a { background-color: rgb(175,187,246); }

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

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

 span { border-color: rgb(175,187,246); }

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