Shades of Lavender Blue #BFCBFC
Tints of Lavender Blue #BFCBFC
RGB
CMYK
RGB Variations
Color information
#BFCBFC (or 0xBFCBFC) is known color: Lavender Blue. HEX triplet: BF, CB and FC. RGB value is (191,203,252). Sum of RGB (Red+Green+Blue) = 191+203+252=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFCBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBFC is #403403. Grayscale: #CCCCCC. Windows color (decimal): -4207620 or 16567231. OLE color: 16567231.
HSL color Cylindrical-coordinate representation of color #BFCBFC: hue angle of 228.2º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCBFC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 203 | 252 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.01 |
| HSL | 228.2º | 0.91% | 0.87% | - |
| HSV(B) | 228.2º | 0.24% | 0.99% | - |
| XYZ | 60.41 | 60.82 | 100.65 | - |
| YUV | 205 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 252 | 0.24 | 0.19 | 0 | 0.01 | 228.2 | 0.91 | 0.87 |
| Hex | BF | CB | FC | 18 | 13 | 0 | 1 | E4 | 5B | 57 |
| Octal | 277 | 313 | 374 | 30 | 23 | 0 | 1 | 344 | 133 | 127 |
| Binary | 10111111 | 11001011 | 11111100 | 11000 | 10011 | 0 | 1 | 11100100 | 1011011 | 1010111 |
Color Harmonies of #BFCBFC
Complementary color
Monochromatic Colors of #BFCBFC
Black with #BFCBFC
Text Example
Text Example
White with #BFCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBFC; }
p { color: rgb(191,203,252); }
H1.HeaderClassName
{
color: #BFCBFC;
}
.AnyTagClassName
{
color: #BFCBFC;
}
</style>
background-color css
<style>
a { background-color: #BFCBFC; }
a { background-color: rgb(191,203,252); }
div.DivClassName
{
background-color: #BFCBFC;
}
.BgClassName
{
background-color: #BFCBFC;
}
</style>
border-color css
<style>
span { border-color: #BFCBFC; }
span { border-color: rgb(191,203,252); }
td.TdClassName
{
border-color: #BFCBFC;
}
.TagClassName
{
border-color: #BFCBFC;
}
</style>