Shades of Perano #A8BFFB
Tints of Perano #A8BFFB
RGB
CMYK
RGB Variations
Color information
#A8BFFB (or 0xA8BFFB) is known color: Perano. HEX triplet: A8, BF and FB. RGB value is (168,191,251). Sum of RGB (Red+Green+Blue) = 168+191+251=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFFB is #574004. Grayscale: #BEBEBE. Windows color (decimal): -5718021 or 16498600. OLE color: 16498600.
HSL color Cylindrical-coordinate representation of color #A8BFFB: hue angle of 223.37º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8BFFB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 191 | 251 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.02 |
| HSL | 223.37º | 0.91% | 0.82% | - |
| HSV(B) | 223.37º | 0.33% | 0.98% | - |
| XYZ | 52.19 | 52.55 | 98.66 | - |
| YUV | 190.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 251 | 0.33 | 0.24 | 0 | 0.02 | 223.37 | 0.91 | 0.82 |
| Hex | A8 | BF | FB | 21 | 18 | 0 | 2 | DF | 5B | 52 |
| Octal | 250 | 277 | 373 | 41 | 30 | 0 | 2 | 337 | 133 | 122 |
| Binary | 10101000 | 10111111 | 11111011 | 100001 | 11000 | 0 | 10 | 11011111 | 1011011 | 1010010 |
Color Harmonies of #A8BFFB
Complementary color
Monochromatic Colors of #A8BFFB
Black with #A8BFFB
Text Example
Text Example
White with #A8BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFFB; }
p { color: rgb(168,191,251); }
H1.HeaderClassName
{
color: #A8BFFB;
}
.AnyTagClassName
{
color: #A8BFFB;
}
</style>
background-color css
<style>
a { background-color: #A8BFFB; }
a { background-color: rgb(168,191,251); }
div.DivClassName
{
background-color: #A8BFFB;
}
.BgClassName
{
background-color: #A8BFFB;
}
</style>
border-color css
<style>
span { border-color: #A8BFFB; }
span { border-color: rgb(168,191,251); }
td.TdClassName
{
border-color: #A8BFFB;
}
.TagClassName
{
border-color: #A8BFFB;
}
</style>