Shades of Lavender Blue #BCC6FD
Tints of Lavender Blue #BCC6FD
RGB
CMYK
RGB Variations
Color information
#BCC6FD (or 0xBCC6FD) is known color: Lavender Blue. HEX triplet: BC, C6 and FD. RGB value is (188,198,253). Sum of RGB (Red+Green+Blue) = 188+198+253=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6FD is #433902. Grayscale: #C9C9C9. Windows color (decimal): -4405507 or 16631484. OLE color: 16631484.
HSL color Cylindrical-coordinate representation of color #BCC6FD: hue angle of 230.77º 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 #BCC6FD is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 198 | 253 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.01 |
| HSL | 230.77º | 0.94% | 0.86% | - |
| HSV(B) | 230.77º | 0.26% | 0.99% | - |
| XYZ | 58.66 | 58.17 | 101.06 | - |
| YUV | 201.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 253 | 0.26 | 0.22 | 0 | 0.01 | 230.77 | 0.94 | 0.86 |
| Hex | BC | C6 | FD | 1A | 16 | 0 | 1 | E7 | 5E | 56 |
| Octal | 274 | 306 | 375 | 32 | 26 | 0 | 1 | 347 | 136 | 126 |
| Binary | 10111100 | 11000110 | 11111101 | 11010 | 10110 | 0 | 1 | 11100111 | 1011110 | 1010110 |
Color Harmonies of #BCC6FD
Complementary color
Monochromatic Colors of #BCC6FD
Black with #BCC6FD
Text Example
Text Example
White with #BCC6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC6FD; }
p { color: rgb(188,198,253); }
H1.HeaderClassName
{
color: #BCC6FD;
}
.AnyTagClassName
{
color: #BCC6FD;
}
</style>
background-color css
<style>
a { background-color: #BCC6FD; }
a { background-color: rgb(188,198,253); }
div.DivClassName
{
background-color: #BCC6FD;
}
.BgClassName
{
background-color: #BCC6FD;
}
</style>
border-color css
<style>
span { border-color: #BCC6FD; }
span { border-color: rgb(188,198,253); }
td.TdClassName
{
border-color: #BCC6FD;
}
.TagClassName
{
border-color: #BCC6FD;
}
</style>