Shades of Periwinkle #BDD2F0
Tints of Periwinkle #BDD2F0
RGB
CMYK
RGB Variations
Color information
#BDD2F0 (or 0xBDD2F0) is known color: Periwinkle. HEX triplet: BD, D2 and F0. RGB value is (189,210,240). Sum of RGB (Red+Green+Blue) = 189+210+240=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2F0 is #422D0F. Grayscale: #CFCFCF. Windows color (decimal): -4336912 or 15782589. OLE color: 15782589.
HSL color Cylindrical-coordinate representation of color #BDD2F0: hue angle of 215.29º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD2F0 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 210 | 240 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.06 |
| HSL | 215.29º | 0.63% | 0.84% | - |
| HSV(B) | 215.29º | 0.21% | 0.94% | - |
| XYZ | 59.76 | 63.2 | 91.49 | - |
| YUV | 207.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 240 | 0.21 | 0.12 | 0 | 0.06 | 215.29 | 0.63 | 0.84 |
| Hex | BD | D2 | F0 | 15 | C | 0 | 6 | D7 | 3F | 54 |
| Octal | 275 | 322 | 360 | 25 | 14 | 0 | 6 | 327 | 77 | 124 |
| Binary | 10111101 | 11010010 | 11110000 | 10101 | 1100 | 0 | 110 | 11010111 | 111111 | 1010100 |
Color Harmonies of #BDD2F0
Complementary color
Monochromatic Colors of #BDD2F0
Black with #BDD2F0
Text Example
Text Example
White with #BDD2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2F0; }
p { color: rgb(189,210,240); }
H1.HeaderClassName
{
color: #BDD2F0;
}
.AnyTagClassName
{
color: #BDD2F0;
}
</style>
background-color css
<style>
a { background-color: #BDD2F0; }
a { background-color: rgb(189,210,240); }
div.DivClassName
{
background-color: #BDD2F0;
}
.BgClassName
{
background-color: #BDD2F0;
}
</style>
border-color css
<style>
span { border-color: #BDD2F0; }
span { border-color: rgb(189,210,240); }
td.TdClassName
{
border-color: #BDD2F0;
}
.TagClassName
{
border-color: #BDD2F0;
}
</style>