Shades of Periwinkle #BDD1F5
Tints of Periwinkle #BDD1F5
RGB
CMYK
RGB Variations
Color information
#BDD1F5 (or 0xBDD1F5) is known color: Periwinkle. HEX triplet: BD, D1 and F5. RGB value is (189,209,245). Sum of RGB (Red+Green+Blue) = 189+209+245=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDD1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1F5 is #422E0A. Grayscale: #CECECE. Windows color (decimal): -4337163 or 16110013. OLE color: 16110013.
HSL color Cylindrical-coordinate representation of color #BDD1F5: hue angle of 218.57º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD1F5 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 209 | 245 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.04 |
| HSL | 218.57º | 0.74% | 0.85% | - |
| HSV(B) | 218.57º | 0.23% | 0.96% | - |
| XYZ | 60.27 | 63.01 | 95.37 | - |
| YUV | 207.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 245 | 0.23 | 0.15 | 0 | 0.04 | 218.57 | 0.74 | 0.85 |
| Hex | BD | D1 | F5 | 17 | F | 0 | 4 | DB | 4A | 55 |
| Octal | 275 | 321 | 365 | 27 | 17 | 0 | 4 | 333 | 112 | 125 |
| Binary | 10111101 | 11010001 | 11110101 | 10111 | 1111 | 0 | 100 | 11011011 | 1001010 | 1010101 |
Color Harmonies of #BDD1F5
Complementary color
Monochromatic Colors of #BDD1F5
Black with #BDD1F5
Text Example
Text Example
White with #BDD1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1F5; }
p { color: rgb(189,209,245); }
H1.HeaderClassName
{
color: #BDD1F5;
}
.AnyTagClassName
{
color: #BDD1F5;
}
</style>
background-color css
<style>
a { background-color: #BDD1F5; }
a { background-color: rgb(189,209,245); }
div.DivClassName
{
background-color: #BDD1F5;
}
.BgClassName
{
background-color: #BDD1F5;
}
</style>
border-color css
<style>
span { border-color: #BDD1F5; }
span { border-color: rgb(189,209,245); }
td.TdClassName
{
border-color: #BDD1F5;
}
.TagClassName
{
border-color: #BDD1F5;
}
</style>