Shades of Perano #A8BEFB
Tints of Perano #A8BEFB
RGB
CMYK
RGB Variations
Color information
#A8BEFB (or 0xA8BEFB) is known color: Perano. HEX triplet: A8, BE and FB. RGB value is (168,190,251). Sum of RGB (Red+Green+Blue) = 168+190+251=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEFB is #574104. Grayscale: #BEBEBE. Windows color (decimal): -5718277 or 16498344. OLE color: 16498344.
HSL color Cylindrical-coordinate representation of color #A8BEFB: hue angle of 224.1º 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 #A8BEFB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 190 | 251 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.02 |
| HSL | 224.1º | 0.91% | 0.82% | - |
| HSV(B) | 224.1º | 0.33% | 0.98% | - |
| XYZ | 51.97 | 52.12 | 98.59 | - |
| YUV | 190.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 251 | 0.33 | 0.24 | 0 | 0.02 | 224.1 | 0.91 | 0.82 |
| Hex | A8 | BE | FB | 21 | 18 | 0 | 2 | E0 | 5B | 52 |
| Octal | 250 | 276 | 373 | 41 | 30 | 0 | 2 | 340 | 133 | 122 |
| Binary | 10101000 | 10111110 | 11111011 | 100001 | 11000 | 0 | 10 | 11100000 | 1011011 | 1010010 |
Color Harmonies of #A8BEFB
Complementary color
Monochromatic Colors of #A8BEFB
Black with #A8BEFB
Text Example
Text Example
White with #A8BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEFB; }
p { color: rgb(168,190,251); }
H1.HeaderClassName
{
color: #A8BEFB;
}
.AnyTagClassName
{
color: #A8BEFB;
}
</style>
background-color css
<style>
a { background-color: #A8BEFB; }
a { background-color: rgb(168,190,251); }
div.DivClassName
{
background-color: #A8BEFB;
}
.BgClassName
{
background-color: #A8BEFB;
}
</style>
border-color css
<style>
span { border-color: #A8BEFB; }
span { border-color: rgb(168,190,251); }
td.TdClassName
{
border-color: #A8BEFB;
}
.TagClassName
{
border-color: #A8BEFB;
}
</style>