Shades of Lavender Blue #BFC9FF
Tints of Lavender Blue #BFC9FF
RGB
CMYK
RGB Variations
Color information
#BFC9FF (or 0xBFC9FF) is known color: Lavender Blue. HEX triplet: BF, C9 and FF. RGB value is (191,201,255). Sum of RGB (Red+Green+Blue) = 191+201+255=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC9FF is #403600. Grayscale: #CBCBCB. Windows color (decimal): -4208129 or 16763327. OLE color: 16763327.
HSL color Cylindrical-coordinate representation of color #BFC9FF: hue angle of 230.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFC9FF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 201 | 255 | - |
| CMYK | 0.25 | 0.21 | 0 | 0 |
| HSL | 230.63º | 1% | 0.87% | - |
| HSV(B) | 230.63º | 0.25% | 1% | - |
| XYZ | 60.42 | 60.07 | 103.02 | - |
| YUV | 204.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 255 | 0.25 | 0.21 | 0 | 0 | 230.63 | 1 | 0.87 |
| Hex | BF | C9 | FF | 19 | 15 | 0 | 0 | E7 | 64 | 57 |
| Octal | 277 | 311 | 377 | 31 | 25 | 0 | 0 | 347 | 144 | 127 |
| Binary | 10111111 | 11001001 | 11111111 | 11001 | 10101 | 0 | 0 | 11100111 | 1100100 | 1010111 |
Color Harmonies of #BFC9FF
Complementary color
Monochromatic Colors of #BFC9FF
Black with #BFC9FF
Text Example
Text Example
White with #BFC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9FF; }
p { color: rgb(191,201,255); }
H1.HeaderClassName
{
color: #BFC9FF;
}
.AnyTagClassName
{
color: #BFC9FF;
}
</style>
background-color css
<style>
a { background-color: #BFC9FF; }
a { background-color: rgb(191,201,255); }
div.DivClassName
{
background-color: #BFC9FF;
}
.BgClassName
{
background-color: #BFC9FF;
}
</style>
border-color css
<style>
span { border-color: #BFC9FF; }
span { border-color: rgb(191,201,255); }
td.TdClassName
{
border-color: #BFC9FF;
}
.TagClassName
{
border-color: #BFC9FF;
}
</style>