Shades of Lavender Blue #BCC9FD
Tints of Lavender Blue #BCC9FD
RGB
CMYK
RGB Variations
Color information
#BCC9FD (or 0xBCC9FD) is known color: Lavender Blue. HEX triplet: BC, C9 and FD. RGB value is (188,201,253). Sum of RGB (Red+Green+Blue) = 188+201+253=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9FD is #433602. Grayscale: #CACACA. Windows color (decimal): -4404739 or 16632252. OLE color: 16632252.
HSL color Cylindrical-coordinate representation of color #BCC9FD: hue angle of 228º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC9FD is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 201 | 253 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.01 |
| HSL | 228º | 0.94% | 0.86% | - |
| HSV(B) | 228º | 0.26% | 0.99% | - |
| XYZ | 59.36 | 59.56 | 101.3 | - |
| YUV | 203.04 | 156.19 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 253 | 0.26 | 0.21 | 0 | 0.01 | 228 | 0.94 | 0.86 |
| Hex | BC | C9 | FD | 1A | 15 | 0 | 1 | E4 | 5E | 56 |
| Octal | 274 | 311 | 375 | 32 | 25 | 0 | 1 | 344 | 136 | 126 |
| Binary | 10111100 | 11001001 | 11111101 | 11010 | 10101 | 0 | 1 | 11100100 | 1011110 | 1010110 |
Color Harmonies of #BCC9FD
Complementary color
Monochromatic Colors of #BCC9FD
Black with #BCC9FD
Text Example
Text Example
White with #BCC9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9FD; }
p { color: rgb(188,201,253); }
H1.HeaderClassName
{
color: #BCC9FD;
}
.AnyTagClassName
{
color: #BCC9FD;
}
</style>
background-color css
<style>
a { background-color: #BCC9FD; }
a { background-color: rgb(188,201,253); }
div.DivClassName
{
background-color: #BCC9FD;
}
.BgClassName
{
background-color: #BCC9FD;
}
</style>
border-color css
<style>
span { border-color: #BCC9FD; }
span { border-color: rgb(188,201,253); }
td.TdClassName
{
border-color: #BCC9FD;
}
.TagClassName
{
border-color: #BCC9FD;
}
</style>