Shades of Lavender Blue #BCC2FB
Tints of Lavender Blue #BCC2FB
RGB
CMYK
RGB Variations
Color information
#BCC2FB (or 0xBCC2FB) is known color: Lavender Blue. HEX triplet: BC, C2 and FB. RGB value is (188,194,251). Sum of RGB (Red+Green+Blue) = 188+194+251=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2FB is #433D04. Grayscale: #C6C6C6. Windows color (decimal): -4406533 or 16499388. OLE color: 16499388.
HSL color Cylindrical-coordinate representation of color #BCC2FB: hue angle of 234.29º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC2FB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 194 | 251 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.02 |
| HSL | 234.29º | 0.89% | 0.86% | - |
| HSV(B) | 234.29º | 0.25% | 0.98% | - |
| XYZ | 57.44 | 56.24 | 99.09 | - |
| YUV | 198.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 251 | 0.25 | 0.23 | 0 | 0.02 | 234.29 | 0.89 | 0.86 |
| Hex | BC | C2 | FB | 19 | 17 | 0 | 2 | EA | 59 | 56 |
| Octal | 274 | 302 | 373 | 31 | 27 | 0 | 2 | 352 | 131 | 126 |
| Binary | 10111100 | 11000010 | 11111011 | 11001 | 10111 | 0 | 10 | 11101010 | 1011001 | 1010110 |
Color Harmonies of #BCC2FB
Complementary color
Monochromatic Colors of #BCC2FB
Black with #BCC2FB
Text Example
Text Example
White with #BCC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2FB; }
p { color: rgb(188,194,251); }
H1.HeaderClassName
{
color: #BCC2FB;
}
.AnyTagClassName
{
color: #BCC2FB;
}
</style>
background-color css
<style>
a { background-color: #BCC2FB; }
a { background-color: rgb(188,194,251); }
div.DivClassName
{
background-color: #BCC2FB;
}
.BgClassName
{
background-color: #BCC2FB;
}
</style>
border-color css
<style>
span { border-color: #BCC2FB; }
span { border-color: rgb(188,194,251); }
td.TdClassName
{
border-color: #BCC2FB;
}
.TagClassName
{
border-color: #BCC2FB;
}
</style>