#AFBBF5

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

Shades of Perano #AFBBF5

Tints of Perano #AFBBF5

Color information

#AFBBF5 (or 0xAFBBF5) is unknown color: approx Perano. HEX triplet: AF, BB and F5. RGB value is (175,187,245). Sum of RGB (Red+Green+Blue) = 175+187+245=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFBBF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBF5 is #50440A. Grayscale: #BDBDBD. Windows color (decimal): -5260299 or 16104367. OLE color: 16104367.

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

Color convert

RGB175187245-
CMYK0.290.2400.04
HSL229.71º77.78%82.35%-
HSV(B)229.71º28.57%96.08%-
XYZ51.9351.2593.54-
YUV190.02159.02117.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 245 (96.09% from 255) = 40.36%
R=28.83%
G=30.81%
B=40.36%

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
Decimal1751872450.290.2400.04229.7177.7882.35
HexAFBBF51D1804e64e52
Octal257273365353004346116122
Binary101011111011101111110101111011100001001110011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBF5; }

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

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

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

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

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

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

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

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