Shades of Perano #A5BBEE
Tints of Perano #A5BBEE
RGB
CMYK
RGB Variations
Color information
#A5BBEE (or 0xA5BBEE) is known color: Perano. HEX triplet: A5, BB and EE. RGB value is (165,187,238). Sum of RGB (Red+Green+Blue) = 165+187+238=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBEE is #5A4411. Grayscale: #BABABA. Windows color (decimal): -5915666 or 15645605. OLE color: 15645605.
HSL color Cylindrical-coordinate representation of color #A5BBEE: hue angle of 221.92º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5BBEE is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 187 | 238 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.07 |
| HSL | 221.92º | 0.68% | 0.79% | - |
| HSV(B) | 221.92º | 0.31% | 0.93% | - |
| XYZ | 48.72 | 49.71 | 87.92 | - |
| YUV | 186.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 238 | 0.31 | 0.21 | 0 | 0.07 | 221.92 | 0.68 | 0.79 |
| Hex | A5 | BB | EE | 1F | 15 | 0 | 7 | DE | 44 | 4F |
| Octal | 245 | 273 | 356 | 37 | 25 | 0 | 7 | 336 | 104 | 117 |
| Binary | 10100101 | 10111011 | 11101110 | 11111 | 10101 | 0 | 111 | 11011110 | 1000100 | 1001111 |
Color Harmonies of #A5BBEE
Complementary color
Monochromatic Colors of #A5BBEE
Black with #A5BBEE
Text Example
Text Example
White with #A5BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBEE; }
p { color: rgb(165,187,238); }
H1.HeaderClassName
{
color: #A5BBEE;
}
.AnyTagClassName
{
color: #A5BBEE;
}
</style>
background-color css
<style>
a { background-color: #A5BBEE; }
a { background-color: rgb(165,187,238); }
div.DivClassName
{
background-color: #A5BBEE;
}
.BgClassName
{
background-color: #A5BBEE;
}
</style>
border-color css
<style>
span { border-color: #A5BBEE; }
span { border-color: rgb(165,187,238); }
td.TdClassName
{
border-color: #A5BBEE;
}
.TagClassName
{
border-color: #A5BBEE;
}
</style>