Shades of Periwinkle #BDD0FE
Tints of Periwinkle #BDD0FE
RGB
CMYK
RGB Variations
Color information
#BDD0FE (or 0xBDD0FE) is known color: Periwinkle. HEX triplet: BD, D0 and FE. RGB value is (189,208,254). Sum of RGB (Red+Green+Blue) = 189+208+254=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDD0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0FE is #422F01. Grayscale: #CFCFCF. Windows color (decimal): -4337410 or 16699581. OLE color: 16699581.
HSL color Cylindrical-coordinate representation of color #BDD0FE: hue angle of 222.46º 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 #BDD0FE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 208 | 254 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.00 |
| HSL | 222.46º | 0.97% | 0.87% | - |
| HSV(B) | 222.46º | 0.26% | 1% | - |
| XYZ | 61.43 | 63.09 | 102.71 | - |
| YUV | 207.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 254 | 0.26 | 0.18 | 0 | 0.00 | 222.46 | 0.97 | 0.87 |
| Hex | BD | D0 | FE | 1A | 12 | 0 | 0 | DE | 61 | 57 |
| Octal | 275 | 320 | 376 | 32 | 22 | 0 | 0 | 336 | 141 | 127 |
| Binary | 10111101 | 11010000 | 11111110 | 11010 | 10010 | 0 | 0 | 11011110 | 1100001 | 1010111 |
Color Harmonies of #BDD0FE
Complementary color
Monochromatic Colors of #BDD0FE
Black with #BDD0FE
Text Example
Text Example
White with #BDD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0FE; }
p { color: rgb(189,208,254); }
H1.HeaderClassName
{
color: #BDD0FE;
}
.AnyTagClassName
{
color: #BDD0FE;
}
</style>
background-color css
<style>
a { background-color: #BDD0FE; }
a { background-color: rgb(189,208,254); }
div.DivClassName
{
background-color: #BDD0FE;
}
.BgClassName
{
background-color: #BDD0FE;
}
</style>
border-color css
<style>
span { border-color: #BDD0FE; }
span { border-color: rgb(189,208,254); }
td.TdClassName
{
border-color: #BDD0FE;
}
.TagClassName
{
border-color: #BDD0FE;
}
</style>