#AFBBDD

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

Shades of Perano #AFBBDD

Tints of Perano #AFBBDD

Color information

#AFBBDD (or 0xAFBBDD) is unknown color: approx Perano. HEX triplet: AF, BB and DD. RGB value is (175,187,221). Sum of RGB (Red+Green+Blue) = 175+187+221=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBDD is #504422. Grayscale: #BBBBBB. Windows color (decimal): -5260323 or 14531503. OLE color: 14531503.

HSL color Cylindrical-coordinate representation of color #AFBBDD: hue angle of 224.35º degrees, saturation: 0.4, 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 #AFBBDD is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175187221-
CMYK0.210.1500.13
HSL224.35º40.35%77.65%-
HSV(B)224.35º20.81%86.67%-
XYZ48.549.8875.48-
YUV187.29147.02119.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=30.02%
G=32.08%
B=37.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751872210.210.1500.13224.3540.3577.65
HexAFBBDD15F0De0284e
Octal257273335251701534050116
Binary10101111101110111101110110101111101101111000001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBDD; }

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

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

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

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

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

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

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

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