Shades of Lavender Blue #BDCAFF
Tints of Lavender Blue #BDCAFF
RGB
CMYK
RGB Variations
Color information
#BDCAFF (or 0xBDCAFF) is known color: Lavender Blue. HEX triplet: BD, CA and FF. RGB value is (189,202,255). Sum of RGB (Red+Green+Blue) = 189+202+255=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAFF is #423500. Grayscale: #CBCBCB. Windows color (decimal): -4338945 or 16763581. OLE color: 16763581.
HSL color Cylindrical-coordinate representation of color #BDCAFF: hue angle of 228.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCAFF is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 202 | 255 | - |
| CMYK | 0.26 | 0.21 | 0 | 0 |
| HSL | 228.18º | 1% | 0.87% | - |
| HSV(B) | 228.18º | 0.26% | 1% | - |
| XYZ | 60.16 | 60.28 | 103.07 | - |
| YUV | 204.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 255 | 0.26 | 0.21 | 0 | 0 | 228.18 | 1 | 0.87 |
| Hex | BD | CA | FF | 1A | 15 | 0 | 0 | E4 | 64 | 57 |
| Octal | 275 | 312 | 377 | 32 | 25 | 0 | 0 | 344 | 144 | 127 |
| Binary | 10111101 | 11001010 | 11111111 | 11010 | 10101 | 0 | 0 | 11100100 | 1100100 | 1010111 |
Color Harmonies of #BDCAFF
Complementary color
Monochromatic Colors of #BDCAFF
Black with #BDCAFF
Text Example
Text Example
White with #BDCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCAFF; }
p { color: rgb(189,202,255); }
H1.HeaderClassName
{
color: #BDCAFF;
}
.AnyTagClassName
{
color: #BDCAFF;
}
</style>
background-color css
<style>
a { background-color: #BDCAFF; }
a { background-color: rgb(189,202,255); }
div.DivClassName
{
background-color: #BDCAFF;
}
.BgClassName
{
background-color: #BDCAFF;
}
</style>
border-color css
<style>
span { border-color: #BDCAFF; }
span { border-color: rgb(189,202,255); }
td.TdClassName
{
border-color: #BDCAFF;
}
.TagClassName
{
border-color: #BDCAFF;
}
</style>