Shades of Lavender Blue #BFCBFD
Tints of Lavender Blue #BFCBFD
RGB
CMYK
RGB Variations
Color information
#BFCBFD (or 0xBFCBFD) is known color: Lavender Blue. HEX triplet: BF, CB and FD. RGB value is (191,203,253). Sum of RGB (Red+Green+Blue) = 191+203+253=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFCBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBFD is #403402. Grayscale: #CCCCCC. Windows color (decimal): -4207619 or 16632767. OLE color: 16632767.
HSL color Cylindrical-coordinate representation of color #BFCBFD: hue angle of 228.39º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFCBFD is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 203 | 253 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.01 |
| HSL | 228.39º | 0.94% | 0.87% | - |
| HSV(B) | 228.39º | 0.25% | 0.99% | - |
| XYZ | 60.57 | 60.88 | 101.49 | - |
| YUV | 205.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 253 | 0.25 | 0.20 | 0 | 0.01 | 228.39 | 0.94 | 0.87 |
| Hex | BF | CB | FD | 19 | 14 | 0 | 1 | E4 | 5E | 57 |
| Octal | 277 | 313 | 375 | 31 | 24 | 0 | 1 | 344 | 136 | 127 |
| Binary | 10111111 | 11001011 | 11111101 | 11001 | 10100 | 0 | 1 | 11100100 | 1011110 | 1010111 |
Color Harmonies of #BFCBFD
Complementary color
Monochromatic Colors of #BFCBFD
Black with #BFCBFD
Text Example
Text Example
White with #BFCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBFD; }
p { color: rgb(191,203,253); }
H1.HeaderClassName
{
color: #BFCBFD;
}
.AnyTagClassName
{
color: #BFCBFD;
}
</style>
background-color css
<style>
a { background-color: #BFCBFD; }
a { background-color: rgb(191,203,253); }
div.DivClassName
{
background-color: #BFCBFD;
}
.BgClassName
{
background-color: #BFCBFD;
}
</style>
border-color css
<style>
span { border-color: #BFCBFD; }
span { border-color: rgb(191,203,253); }
td.TdClassName
{
border-color: #BFCBFD;
}
.TagClassName
{
border-color: #BFCBFD;
}
</style>