Shades of Lavender Blue #B7BDFF
Tints of Lavender Blue #B7BDFF
RGB
CMYK
RGB Variations
Color information
#B7BDFF (or 0xB7BDFF) is known color: Lavender Blue. HEX triplet: B7, BD and FF. RGB value is (183,189,255). Sum of RGB (Red+Green+Blue) = 183+189+255=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BDFF is #484200. Grayscale: #C2C2C2. Windows color (decimal): -4735489 or 16760247. OLE color: 16760247.
HSL color Cylindrical-coordinate representation of color #B7BDFF: hue angle of 235º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7BDFF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 189 | 255 | - |
| CMYK | 0.28 | 0.26 | 0 | 0 |
| HSL | 235º | 1% | 0.86% | - |
| HSV(B) | 235º | 0.28% | 1% | - |
| XYZ | 55.78 | 53.68 | 102.03 | - |
| YUV | 194.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 255 | 0.28 | 0.26 | 0 | 0 | 235 | 1 | 0.86 |
| Hex | B7 | BD | FF | 1C | 1A | 0 | 0 | EB | 64 | 56 |
| Octal | 267 | 275 | 377 | 34 | 32 | 0 | 0 | 353 | 144 | 126 |
| Binary | 10110111 | 10111101 | 11111111 | 11100 | 11010 | 0 | 0 | 11101011 | 1100100 | 1010110 |
Color Harmonies of #B7BDFF
Complementary color
Monochromatic Colors of #B7BDFF
Black with #B7BDFF
Text Example
Text Example
White with #B7BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDFF; }
p { color: rgb(183,189,255); }
H1.HeaderClassName
{
color: #B7BDFF;
}
.AnyTagClassName
{
color: #B7BDFF;
}
</style>
background-color css
<style>
a { background-color: #B7BDFF; }
a { background-color: rgb(183,189,255); }
div.DivClassName
{
background-color: #B7BDFF;
}
.BgClassName
{
background-color: #B7BDFF;
}
</style>
border-color css
<style>
span { border-color: #B7BDFF; }
span { border-color: rgb(183,189,255); }
td.TdClassName
{
border-color: #B7BDFF;
}
.TagClassName
{
border-color: #B7BDFF;
}
</style>