Shades of Periwinkle #BDD4FE
Tints of Periwinkle #BDD4FE
RGB
CMYK
RGB Variations
Color information
#BDD4FE (or 0xBDD4FE) is known color: Periwinkle. HEX triplet: BD, D4 and FE. RGB value is (189,212,254). Sum of RGB (Red+Green+Blue) = 189+212+254=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDD4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD4FE is #422B01. Grayscale: #D1D1D1. Windows color (decimal): -4336386 or 16700605. OLE color: 16700605.
HSL color Cylindrical-coordinate representation of color #BDD4FE: hue angle of 218.77º 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 #BDD4FE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 212 | 254 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.00 |
| HSL | 218.77º | 0.97% | 0.87% | - |
| HSV(B) | 218.77º | 0.26% | 1% | - |
| XYZ | 62.42 | 65.06 | 103.03 | - |
| YUV | 209.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 254 | 0.26 | 0.17 | 0 | 0.00 | 218.77 | 0.97 | 0.87 |
| Hex | BD | D4 | FE | 1A | 11 | 0 | 0 | DB | 61 | 57 |
| Octal | 275 | 324 | 376 | 32 | 21 | 0 | 0 | 333 | 141 | 127 |
| Binary | 10111101 | 11010100 | 11111110 | 11010 | 10001 | 0 | 0 | 11011011 | 1100001 | 1010111 |
Color Harmonies of #BDD4FE
Complementary color
Monochromatic Colors of #BDD4FE
Black with #BDD4FE
Text Example
Text Example
White with #BDD4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD4FE; }
p { color: rgb(189,212,254); }
H1.HeaderClassName
{
color: #BDD4FE;
}
.AnyTagClassName
{
color: #BDD4FE;
}
</style>
background-color css
<style>
a { background-color: #BDD4FE; }
a { background-color: rgb(189,212,254); }
div.DivClassName
{
background-color: #BDD4FE;
}
.BgClassName
{
background-color: #BDD4FE;
}
</style>
border-color css
<style>
span { border-color: #BDD4FE; }
span { border-color: rgb(189,212,254); }
td.TdClassName
{
border-color: #BDD4FE;
}
.TagClassName
{
border-color: #BDD4FE;
}
</style>