Shades of Perano #A8BDE7
Tints of Perano #A8BDE7
RGB
CMYK
RGB Variations
Color information
#A8BDE7 (or 0xA8BDE7) is known color: Perano. HEX triplet: A8, BD and E7. RGB value is (168,189,231). Sum of RGB (Red+Green+Blue) = 168+189+231=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 231 - color contains mainly: blue. Hex color #A8BDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BDE7 is #574218. Grayscale: #BBBBBB. Windows color (decimal): -5718553 or 15187368. OLE color: 15187368.
HSL color Cylindrical-coordinate representation of color #A8BDE7: hue angle of 220º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8BDE7 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 189 | 231 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.09 |
| HSL | 220º | 0.57% | 0.78% | - |
| HSV(B) | 220º | 0.27% | 0.91% | - |
| XYZ | 48.77 | 50.49 | 82.78 | - |
| YUV | 187.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 231 | 0.27 | 0.18 | 0 | 0.09 | 220 | 0.57 | 0.78 |
| Hex | A8 | BD | E7 | 1B | 12 | 0 | 9 | DC | 39 | 4E |
| Octal | 250 | 275 | 347 | 33 | 22 | 0 | 11 | 334 | 71 | 116 |
| Binary | 10101000 | 10111101 | 11100111 | 11011 | 10010 | 0 | 1001 | 11011100 | 111001 | 1001110 |
Color Harmonies of #A8BDE7
Complementary color
Monochromatic Colors of #A8BDE7
Black with #A8BDE7
Text Example
Text Example
White with #A8BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDE7; }
p { color: rgb(168,189,231); }
H1.HeaderClassName
{
color: #A8BDE7;
}
.AnyTagClassName
{
color: #A8BDE7;
}
</style>
background-color css
<style>
a { background-color: #A8BDE7; }
a { background-color: rgb(168,189,231); }
div.DivClassName
{
background-color: #A8BDE7;
}
.BgClassName
{
background-color: #A8BDE7;
}
</style>
border-color css
<style>
span { border-color: #A8BDE7; }
span { border-color: rgb(168,189,231); }
td.TdClassName
{
border-color: #A8BDE7;
}
.TagClassName
{
border-color: #A8BDE7;
}
</style>