Shades of Perano #AFBBDB
Tints of Perano #AFBBDB
RGB
CMYK
RGB Variations
Color information
#AFBBDB (or 0xAFBBDB) is known color: Perano. HEX triplet: AF, BB and DB. RGB value is (175,187,219). Sum of RGB (Red+Green+Blue) = 175+187+219=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBDB is #504424. Grayscale: #BABABA. Windows color (decimal): -5260325 or 14400431. OLE color: 14400431.
HSL color Cylindrical-coordinate representation of color #AFBBDB: hue angle of 223.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBBDB is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 187 | 219 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.14 |
| HSL | 223.64º | 0.38% | 0.77% | - |
| HSV(B) | 223.64º | 0.2% | 0.86% | - |
| XYZ | 48.24 | 49.77 | 74.08 | - |
| YUV | 187.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 219 | 0.20 | 0.15 | 0 | 0.14 | 223.64 | 0.38 | 0.77 |
| Hex | AF | BB | DB | 14 | F | 0 | E | E0 | 26 | 4D |
| Octal | 257 | 273 | 333 | 24 | 17 | 0 | 16 | 340 | 46 | 115 |
| Binary | 10101111 | 10111011 | 11011011 | 10100 | 1111 | 0 | 1110 | 11100000 | 100110 | 1001101 |
Color Harmonies of #AFBBDB
Complementary color
Monochromatic Colors of #AFBBDB
Black with #AFBBDB
Text Example
Text Example
White with #AFBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBDB; }
p { color: rgb(175,187,219); }
H1.HeaderClassName
{
color: #AFBBDB;
}
.AnyTagClassName
{
color: #AFBBDB;
}
</style>
background-color css
<style>
a { background-color: #AFBBDB; }
a { background-color: rgb(175,187,219); }
div.DivClassName
{
background-color: #AFBBDB;
}
.BgClassName
{
background-color: #AFBBDB;
}
</style>
border-color css
<style>
span { border-color: #AFBBDB; }
span { border-color: rgb(175,187,219); }
td.TdClassName
{
border-color: #AFBBDB;
}
.TagClassName
{
border-color: #AFBBDB;
}
</style>