Shades of Lavender Blue #B8AFFE
Tints of Lavender Blue #B8AFFE
RGB
CMYK
RGB Variations
Color information
#B8AFFE (or 0xB8AFFE) is known color: Lavender Blue. HEX triplet: B8, AF and FE. RGB value is (184,175,254). Sum of RGB (Red+Green+Blue) = 184+175+254=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AFFE is #475001. Grayscale: #BABABA. Windows color (decimal): -4673538 or 16691128. OLE color: 16691128.
HSL color Cylindrical-coordinate representation of color #B8AFFE: hue angle of 246.84º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8AFFE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 175 | 254 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.00 |
| HSL | 246.84º | 0.98% | 0.84% | - |
| HSV(B) | 246.84º | 0.31% | 1% | - |
| XYZ | 52.99 | 48.01 | 100.24 | - |
| YUV | 186.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 254 | 0.28 | 0.31 | 0 | 0.00 | 246.84 | 0.98 | 0.84 |
| Hex | B8 | AF | FE | 1C | 1F | 0 | 0 | F7 | 62 | 54 |
| Octal | 270 | 257 | 376 | 34 | 37 | 0 | 0 | 367 | 142 | 124 |
| Binary | 10111000 | 10101111 | 11111110 | 11100 | 11111 | 0 | 0 | 11110111 | 1100010 | 1010100 |
Color Harmonies of #B8AFFE
Complementary color
Monochromatic Colors of #B8AFFE
Black with #B8AFFE
Text Example
Text Example
White with #B8AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AFFE; }
p { color: rgb(184,175,254); }
H1.HeaderClassName
{
color: #B8AFFE;
}
.AnyTagClassName
{
color: #B8AFFE;
}
</style>
background-color css
<style>
a { background-color: #B8AFFE; }
a { background-color: rgb(184,175,254); }
div.DivClassName
{
background-color: #B8AFFE;
}
.BgClassName
{
background-color: #B8AFFE;
}
</style>
border-color css
<style>
span { border-color: #B8AFFE; }
span { border-color: rgb(184,175,254); }
td.TdClassName
{
border-color: #B8AFFE;
}
.TagClassName
{
border-color: #B8AFFE;
}
</style>