Shades of Lavender Blue #BCC0FD
Tints of Lavender Blue #BCC0FD
RGB
CMYK
RGB Variations
Color information
#BCC0FD (or 0xBCC0FD) is known color: Lavender Blue. HEX triplet: BC, C0 and FD. RGB value is (188,192,253). Sum of RGB (Red+Green+Blue) = 188+192+253=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0FD is #433F02. Grayscale: #C5C5C5. Windows color (decimal): -4407043 or 16629948. OLE color: 16629948.
HSL color Cylindrical-coordinate representation of color #BCC0FD: hue angle of 236.31º 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 #BCC0FD is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 192 | 253 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.01 |
| HSL | 236.31º | 0.94% | 0.86% | - |
| HSV(B) | 236.31º | 0.26% | 0.99% | - |
| XYZ | 57.32 | 55.48 | 100.62 | - |
| YUV | 197.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 253 | 0.26 | 0.24 | 0 | 0.01 | 236.31 | 0.94 | 0.86 |
| Hex | BC | C0 | FD | 1A | 18 | 0 | 1 | EC | 5E | 56 |
| Octal | 274 | 300 | 375 | 32 | 30 | 0 | 1 | 354 | 136 | 126 |
| Binary | 10111100 | 11000000 | 11111101 | 11010 | 11000 | 0 | 1 | 11101100 | 1011110 | 1010110 |
Color Harmonies of #BCC0FD
Complementary color
Monochromatic Colors of #BCC0FD
Black with #BCC0FD
Text Example
Text Example
White with #BCC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0FD; }
p { color: rgb(188,192,253); }
H1.HeaderClassName
{
color: #BCC0FD;
}
.AnyTagClassName
{
color: #BCC0FD;
}
</style>
background-color css
<style>
a { background-color: #BCC0FD; }
a { background-color: rgb(188,192,253); }
div.DivClassName
{
background-color: #BCC0FD;
}
.BgClassName
{
background-color: #BCC0FD;
}
</style>
border-color css
<style>
span { border-color: #BCC0FD; }
span { border-color: rgb(188,192,253); }
td.TdClassName
{
border-color: #BCC0FD;
}
.TagClassName
{
border-color: #BCC0FD;
}
</style>