Shades of Periwinkle #BDD2FE
Tints of Periwinkle #BDD2FE
RGB
CMYK
RGB Variations
Color information
#BDD2FE (or 0xBDD2FE) is known color: Periwinkle. HEX triplet: BD, D2 and FE. RGB value is (189,210,254). Sum of RGB (Red+Green+Blue) = 189+210+254=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD2FE is #422D01. Grayscale: #D0D0D0. Windows color (decimal): -4336898 or 16700093. OLE color: 16700093.
HSL color Cylindrical-coordinate representation of color #BDD2FE: hue angle of 220.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD2FE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 210 | 254 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.00 |
| HSL | 220.62º | 0.97% | 0.87% | - |
| HSV(B) | 220.62º | 0.26% | 1% | - |
| XYZ | 61.92 | 64.07 | 102.87 | - |
| YUV | 208.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 254 | 0.26 | 0.17 | 0 | 0.00 | 220.62 | 0.97 | 0.87 |
| Hex | BD | D2 | FE | 1A | 11 | 0 | 0 | DD | 61 | 57 |
| Octal | 275 | 322 | 376 | 32 | 21 | 0 | 0 | 335 | 141 | 127 |
| Binary | 10111101 | 11010010 | 11111110 | 11010 | 10001 | 0 | 0 | 11011101 | 1100001 | 1010111 |
Color Harmonies of #BDD2FE
Complementary color
Monochromatic Colors of #BDD2FE
Black with #BDD2FE
Text Example
Text Example
White with #BDD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD2FE; }
p { color: rgb(189,210,254); }
H1.HeaderClassName
{
color: #BDD2FE;
}
.AnyTagClassName
{
color: #BDD2FE;
}
</style>
background-color css
<style>
a { background-color: #BDD2FE; }
a { background-color: rgb(189,210,254); }
div.DivClassName
{
background-color: #BDD2FE;
}
.BgClassName
{
background-color: #BDD2FE;
}
</style>
border-color css
<style>
span { border-color: #BDD2FE; }
span { border-color: rgb(189,210,254); }
td.TdClassName
{
border-color: #BDD2FE;
}
.TagClassName
{
border-color: #BDD2FE;
}
</style>