Shades of Perano #A8BFEE
Tints of Perano #A8BFEE
RGB
CMYK
RGB Variations
Color information
#A8BFEE (or 0xA8BFEE) is known color: Perano. HEX triplet: A8, BF and EE. RGB value is (168,191,238). Sum of RGB (Red+Green+Blue) = 168+191+238=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFEE is #574011. Grayscale: #BDBDBD. Windows color (decimal): -5718034 or 15646632. OLE color: 15646632.
HSL color Cylindrical-coordinate representation of color #A8BFEE: hue angle of 220.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8BFEE is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 191 | 238 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.07 |
| HSL | 220.29º | 0.67% | 0.8% | - |
| HSV(B) | 220.29º | 0.29% | 0.93% | - |
| XYZ | 50.21 | 51.76 | 88.23 | - |
| YUV | 189.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 238 | 0.29 | 0.20 | 0 | 0.07 | 220.29 | 0.67 | 0.8 |
| Hex | A8 | BF | EE | 1D | 14 | 0 | 7 | DC | 43 | 50 |
| Octal | 250 | 277 | 356 | 35 | 24 | 0 | 7 | 334 | 103 | 120 |
| Binary | 10101000 | 10111111 | 11101110 | 11101 | 10100 | 0 | 111 | 11011100 | 1000011 | 1010000 |
Color Harmonies of #A8BFEE
Complementary color
Monochromatic Colors of #A8BFEE
Black with #A8BFEE
Text Example
Text Example
White with #A8BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFEE; }
p { color: rgb(168,191,238); }
H1.HeaderClassName
{
color: #A8BFEE;
}
.AnyTagClassName
{
color: #A8BFEE;
}
</style>
background-color css
<style>
a { background-color: #A8BFEE; }
a { background-color: rgb(168,191,238); }
div.DivClassName
{
background-color: #A8BFEE;
}
.BgClassName
{
background-color: #A8BFEE;
}
</style>
border-color css
<style>
span { border-color: #A8BFEE; }
span { border-color: rgb(168,191,238); }
td.TdClassName
{
border-color: #A8BFEE;
}
.TagClassName
{
border-color: #A8BFEE;
}
</style>