Shades of Periwinkle #BDD2F3
Tints of Periwinkle #BDD2F3
RGB
CMYK
RGB Variations
Color information
#BDD2F3 (or 0xBDD2F3) is known color: Periwinkle. HEX triplet: BD, D2 and F3. RGB value is (189,210,243). Sum of RGB (Red+Green+Blue) = 189+210+243=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDD2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2F3 is #422D0C. Grayscale: #CFCFCF. Windows color (decimal): -4336909 or 15979197. OLE color: 15979197.
HSL color Cylindrical-coordinate representation of color #BDD2F3: hue angle of 216.67º degrees, saturation: 0.69, 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 #BDD2F3 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 210 | 243 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.05 |
| HSL | 216.67º | 0.69% | 0.85% | - |
| HSV(B) | 216.67º | 0.22% | 0.95% | - |
| XYZ | 60.21 | 63.38 | 93.85 | - |
| YUV | 207.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 243 | 0.22 | 0.14 | 0 | 0.05 | 216.67 | 0.69 | 0.85 |
| Hex | BD | D2 | F3 | 16 | E | 0 | 5 | D9 | 45 | 55 |
| Octal | 275 | 322 | 363 | 26 | 16 | 0 | 5 | 331 | 105 | 125 |
| Binary | 10111101 | 11010010 | 11110011 | 10110 | 1110 | 0 | 101 | 11011001 | 1000101 | 1010101 |
Color Harmonies of #BDD2F3
Complementary color
Monochromatic Colors of #BDD2F3
Black with #BDD2F3
Text Example
Text Example
White with #BDD2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2F3; }
p { color: rgb(189,210,243); }
H1.HeaderClassName
{
color: #BDD2F3;
}
.AnyTagClassName
{
color: #BDD2F3;
}
</style>
background-color css
<style>
a { background-color: #BDD2F3; }
a { background-color: rgb(189,210,243); }
div.DivClassName
{
background-color: #BDD2F3;
}
.BgClassName
{
background-color: #BDD2F3;
}
</style>
border-color css
<style>
span { border-color: #BDD2F3; }
span { border-color: rgb(189,210,243); }
td.TdClassName
{
border-color: #BDD2F3;
}
.TagClassName
{
border-color: #BDD2F3;
}
</style>