Shades of Lavender Blue #BFCDFF
Tints of Lavender Blue #BFCDFF
RGB
CMYK
RGB Variations
Color information
#BFCDFF (or 0xBFCDFF) is known color: Lavender Blue. HEX triplet: BF, CD and FF. RGB value is (191,205,255). Sum of RGB (Red+Green+Blue) = 191+205+255=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDFF is #403200. Grayscale: #CECECE. Windows color (decimal): -4207105 or 16764351. OLE color: 16764351.
HSL color Cylindrical-coordinate representation of color #BFCDFF: hue angle of 226.88º 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 #BFCDFF is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 205 | 255 | - |
| CMYK | 0.25 | 0.20 | 0 | 0 |
| HSL | 226.88º | 1% | 0.87% | - |
| HSV(B) | 226.88º | 0.25% | 1% | - |
| XYZ | 61.37 | 61.96 | 103.33 | - |
| YUV | 206.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 255 | 0.25 | 0.20 | 0 | 0 | 226.88 | 1 | 0.87 |
| Hex | BF | CD | FF | 19 | 14 | 0 | 0 | E3 | 64 | 57 |
| Octal | 277 | 315 | 377 | 31 | 24 | 0 | 0 | 343 | 144 | 127 |
| Binary | 10111111 | 11001101 | 11111111 | 11001 | 10100 | 0 | 0 | 11100011 | 1100100 | 1010111 |
Color Harmonies of #BFCDFF
Complementary color
Monochromatic Colors of #BFCDFF
Black with #BFCDFF
Text Example
Text Example
White with #BFCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDFF; }
p { color: rgb(191,205,255); }
H1.HeaderClassName
{
color: #BFCDFF;
}
.AnyTagClassName
{
color: #BFCDFF;
}
</style>
background-color css
<style>
a { background-color: #BFCDFF; }
a { background-color: rgb(191,205,255); }
div.DivClassName
{
background-color: #BFCDFF;
}
.BgClassName
{
background-color: #BFCDFF;
}
</style>
border-color css
<style>
span { border-color: #BFCDFF; }
span { border-color: rgb(191,205,255); }
td.TdClassName
{
border-color: #BFCDFF;
}
.TagClassName
{
border-color: #BFCDFF;
}
</style>