#AFBBDE

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

Shades of Perano #AFBBDE

Tints of Perano #AFBBDE

Color information

#AFBBDE (or 0xAFBBDE) is unknown color: approx Perano. HEX triplet: AF, BB and DE. RGB value is (175,187,222). Sum of RGB (Red+Green+Blue) = 175+187+222=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFBBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBDE is #504421. Grayscale: #BBBBBB. Windows color (decimal): -5260322 or 14597039. OLE color: 14597039.

HSL color Cylindrical-coordinate representation of color #AFBBDE: hue angle of 224.68º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBBDE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175187222-
CMYK0.210.1600.13
HSL224.68º41.59%77.84%-
HSV(B)224.68º21.17%87.06%-
XYZ48.6349.9376.18-
YUV187.4147.52119.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=29.97%
G=32.02%
B=38.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751872220.210.1600.13224.6841.5977.84
HexAFBBDE15100De12a4e
Octal257273336252001534152116
Binary101011111011101111011110101011000001101111000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBDE; }

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

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

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

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

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

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

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

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