#AFBBF2

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

Shades of Perano #AFBBF2

Tints of Perano #AFBBF2

Color information

#AFBBF2 (or 0xAFBBF2) is unknown color: approx Perano. HEX triplet: AF, BB and F2. RGB value is (175,187,242). Sum of RGB (Red+Green+Blue) = 175+187+242=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFBBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBF2 is #50440D. Grayscale: #BDBDBD. Windows color (decimal): -5260302 or 15907759. OLE color: 15907759.

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

Color convert

RGB175187242-
CMYK0.280.2300.05
HSL229.25º72.04%81.76%-
HSV(B)229.25º27.69%94.9%-
XYZ51.4851.0791.15-
YUV189.68157.52117.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=28.97%
G=30.96%
B=40.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751872420.280.2300.05229.2572.0481.76
HexAFBBF21C1705e54852
Octal257273362342705345110122
Binary101011111011101111110010111001011101011110010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBF2; }

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

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

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

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

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

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

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

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