Shades of Lavender Blue #B9BFFD
Tints of Lavender Blue #B9BFFD
RGB
CMYK
RGB Variations
Color information
#B9BFFD (or 0xB9BFFD) is known color: Lavender Blue. HEX triplet: B9, BF and FD. RGB value is (185,191,253). Sum of RGB (Red+Green+Blue) = 185+191+253=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFFD is #464002. Grayscale: #C4C4C4. Windows color (decimal): -4603907 or 16629689. OLE color: 16629689.
HSL color Cylindrical-coordinate representation of color #B9BFFD: hue angle of 234.71º degrees, saturation: 0.94, 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 #B9BFFD is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 191 | 253 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.01 |
| HSL | 234.71º | 0.94% | 0.86% | - |
| HSV(B) | 234.71º | 0.27% | 0.99% | - |
| XYZ | 56.37 | 54.67 | 100.51 | - |
| YUV | 196.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 253 | 0.27 | 0.25 | 0 | 0.01 | 234.71 | 0.94 | 0.86 |
| Hex | B9 | BF | FD | 1B | 19 | 0 | 1 | EB | 5E | 56 |
| Octal | 271 | 277 | 375 | 33 | 31 | 0 | 1 | 353 | 136 | 126 |
| Binary | 10111001 | 10111111 | 11111101 | 11011 | 11001 | 0 | 1 | 11101011 | 1011110 | 1010110 |
Color Harmonies of #B9BFFD
Complementary color
Monochromatic Colors of #B9BFFD
Black with #B9BFFD
Text Example
Text Example
White with #B9BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFFD; }
p { color: rgb(185,191,253); }
H1.HeaderClassName
{
color: #B9BFFD;
}
.AnyTagClassName
{
color: #B9BFFD;
}
</style>
background-color css
<style>
a { background-color: #B9BFFD; }
a { background-color: rgb(185,191,253); }
div.DivClassName
{
background-color: #B9BFFD;
}
.BgClassName
{
background-color: #B9BFFD;
}
</style>
border-color css
<style>
span { border-color: #B9BFFD; }
span { border-color: rgb(185,191,253); }
td.TdClassName
{
border-color: #B9BFFD;
}
.TagClassName
{
border-color: #B9BFFD;
}
</style>