Shades of Periwinkle #BDD2FF
Tints of Periwinkle #BDD2FF
RGB
CMYK
RGB Variations
Color information
#BDD2FF (or 0xBDD2FF) is known color: Periwinkle. HEX triplet: BD, D2 and FF. RGB value is (189,210,255). Sum of RGB (Red+Green+Blue) = 189+210+255=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2FF is #422D00. Grayscale: #D0D0D0. Windows color (decimal): -4336897 or 16765629. OLE color: 16765629.
HSL color Cylindrical-coordinate representation of color #BDD2FF: hue angle of 220.91º 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 #BDD2FF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 210 | 255 | - |
| CMYK | 0.26 | 0.18 | 0 | 0 |
| HSL | 220.91º | 1% | 0.87% | - |
| HSV(B) | 220.91º | 0.26% | 1% | - |
| XYZ | 62.08 | 64.13 | 103.71 | - |
| YUV | 208.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 255 | 0.26 | 0.18 | 0 | 0 | 220.91 | 1 | 0.87 |
| Hex | BD | D2 | FF | 1A | 12 | 0 | 0 | DD | 64 | 57 |
| Octal | 275 | 322 | 377 | 32 | 22 | 0 | 0 | 335 | 144 | 127 |
| Binary | 10111101 | 11010010 | 11111111 | 11010 | 10010 | 0 | 0 | 11011101 | 1100100 | 1010111 |
Color Harmonies of #BDD2FF
Complementary color
Monochromatic Colors of #BDD2FF
Black with #BDD2FF
Text Example
Text Example
White with #BDD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2FF; }
p { color: rgb(189,210,255); }
H1.HeaderClassName
{
color: #BDD2FF;
}
.AnyTagClassName
{
color: #BDD2FF;
}
</style>
background-color css
<style>
a { background-color: #BDD2FF; }
a { background-color: rgb(189,210,255); }
div.DivClassName
{
background-color: #BDD2FF;
}
.BgClassName
{
background-color: #BDD2FF;
}
</style>
border-color css
<style>
span { border-color: #BDD2FF; }
span { border-color: rgb(189,210,255); }
td.TdClassName
{
border-color: #BDD2FF;
}
.TagClassName
{
border-color: #BDD2FF;
}
</style>