Shades of Lavender Blue #B8BFFD
Tints of Lavender Blue #B8BFFD
RGB
CMYK
RGB Variations
Color information
#B8BFFD (or 0xB8BFFD) is known color: Lavender Blue. HEX triplet: B8, BF and FD. RGB value is (184,191,253). Sum of RGB (Red+Green+Blue) = 184+191+253=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BFFD is #474002. Grayscale: #C3C3C3. Windows color (decimal): -4669443 or 16629688. OLE color: 16629688.
HSL color Cylindrical-coordinate representation of color #B8BFFD: hue angle of 233.91º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8BFFD is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 191 | 253 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.01 |
| HSL | 233.91º | 0.95% | 0.86% | - |
| HSV(B) | 233.91º | 0.27% | 0.99% | - |
| XYZ | 56.13 | 54.54 | 100.5 | - |
| YUV | 195.98 | 160.18 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 253 | 0.27 | 0.25 | 0 | 0.01 | 233.91 | 0.95 | 0.86 |
| Hex | B8 | BF | FD | 1B | 19 | 0 | 1 | EA | 5F | 56 |
| Octal | 270 | 277 | 375 | 33 | 31 | 0 | 1 | 352 | 137 | 126 |
| Binary | 10111000 | 10111111 | 11111101 | 11011 | 11001 | 0 | 1 | 11101010 | 1011111 | 1010110 |
Color Harmonies of #B8BFFD
Complementary color
Monochromatic Colors of #B8BFFD
Black with #B8BFFD
Text Example
Text Example
White with #B8BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BFFD; }
p { color: rgb(184,191,253); }
H1.HeaderClassName
{
color: #B8BFFD;
}
.AnyTagClassName
{
color: #B8BFFD;
}
</style>
background-color css
<style>
a { background-color: #B8BFFD; }
a { background-color: rgb(184,191,253); }
div.DivClassName
{
background-color: #B8BFFD;
}
.BgClassName
{
background-color: #B8BFFD;
}
</style>
border-color css
<style>
span { border-color: #B8BFFD; }
span { border-color: rgb(184,191,253); }
td.TdClassName
{
border-color: #B8BFFD;
}
.TagClassName
{
border-color: #B8BFFD;
}
</style>