Shades of Periwinkle #BDD1F2
Tints of Periwinkle #BDD1F2
RGB
CMYK
RGB Variations
Color information
#BDD1F2 (or 0xBDD1F2) is known color: Periwinkle. HEX triplet: BD, D1 and F2. RGB value is (189,209,242). Sum of RGB (Red+Green+Blue) = 189+209+242=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD1F2 is #422E0D. Grayscale: #CECECE. Windows color (decimal): -4337166 or 15913405. OLE color: 15913405.
HSL color Cylindrical-coordinate representation of color #BDD1F2: hue angle of 217.36º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD1F2 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 209 | 242 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.05 |
| HSL | 217.36º | 0.67% | 0.85% | - |
| HSV(B) | 217.36º | 0.22% | 0.95% | - |
| XYZ | 59.81 | 62.83 | 92.98 | - |
| YUV | 206.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 242 | 0.22 | 0.14 | 0 | 0.05 | 217.36 | 0.67 | 0.85 |
| Hex | BD | D1 | F2 | 16 | E | 0 | 5 | D9 | 43 | 55 |
| Octal | 275 | 321 | 362 | 26 | 16 | 0 | 5 | 331 | 103 | 125 |
| Binary | 10111101 | 11010001 | 11110010 | 10110 | 1110 | 0 | 101 | 11011001 | 1000011 | 1010101 |
Color Harmonies of #BDD1F2
Complementary color
Monochromatic Colors of #BDD1F2
Black with #BDD1F2
Text Example
Text Example
White with #BDD1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1F2; }
p { color: rgb(189,209,242); }
H1.HeaderClassName
{
color: #BDD1F2;
}
.AnyTagClassName
{
color: #BDD1F2;
}
</style>
background-color css
<style>
a { background-color: #BDD1F2; }
a { background-color: rgb(189,209,242); }
div.DivClassName
{
background-color: #BDD1F2;
}
.BgClassName
{
background-color: #BDD1F2;
}
</style>
border-color css
<style>
span { border-color: #BDD1F2; }
span { border-color: rgb(189,209,242); }
td.TdClassName
{
border-color: #BDD1F2;
}
.TagClassName
{
border-color: #BDD1F2;
}
</style>