Shades of Lavender Blue #BFC2FF
Tints of Lavender Blue #BFC2FF
RGB
CMYK
RGB Variations
Color information
#BFC2FF (or 0xBFC2FF) is known color: Lavender Blue. HEX triplet: BF, C2 and FF. RGB value is (191,194,255). Sum of RGB (Red+Green+Blue) = 191+194+255=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2FF is #403D00. Grayscale: #C7C7C7. Windows color (decimal): -4209921 or 16761535. OLE color: 16761535.
HSL color Cylindrical-coordinate representation of color #BFC2FF: hue angle of 237.19º 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 #BFC2FF is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 194 | 255 | - |
| CMYK | 0.25 | 0.24 | 0 | 0 |
| HSL | 237.19º | 1% | 0.87% | - |
| HSV(B) | 237.19º | 0.25% | 1% | - |
| XYZ | 58.83 | 56.88 | 102.49 | - |
| YUV | 200.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 255 | 0.25 | 0.24 | 0 | 0 | 237.19 | 1 | 0.87 |
| Hex | BF | C2 | FF | 19 | 18 | 0 | 0 | ED | 64 | 57 |
| Octal | 277 | 302 | 377 | 31 | 30 | 0 | 0 | 355 | 144 | 127 |
| Binary | 10111111 | 11000010 | 11111111 | 11001 | 11000 | 0 | 0 | 11101101 | 1100100 | 1010111 |
Color Harmonies of #BFC2FF
Complementary color
Monochromatic Colors of #BFC2FF
Black with #BFC2FF
Text Example
Text Example
White with #BFC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2FF; }
p { color: rgb(191,194,255); }
H1.HeaderClassName
{
color: #BFC2FF;
}
.AnyTagClassName
{
color: #BFC2FF;
}
</style>
background-color css
<style>
a { background-color: #BFC2FF; }
a { background-color: rgb(191,194,255); }
div.DivClassName
{
background-color: #BFC2FF;
}
.BgClassName
{
background-color: #BFC2FF;
}
</style>
border-color css
<style>
span { border-color: #BFC2FF; }
span { border-color: rgb(191,194,255); }
td.TdClassName
{
border-color: #BFC2FF;
}
.TagClassName
{
border-color: #BFC2FF;
}
</style>