Shades of Periwinkle #BDC8EF
Tints of Periwinkle #BDC8EF
RGB
CMYK
RGB Variations
Color information
#BDC8EF (or 0xBDC8EF) is known color: Periwinkle. HEX triplet: BD, C8 and EF. RGB value is (189,200,239). Sum of RGB (Red+Green+Blue) = 189+200+239=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8EF is #423710. Grayscale: #C8C8C8. Windows color (decimal): -4339473 or 15714493. OLE color: 15714493.
HSL color Cylindrical-coordinate representation of color #BDC8EF: hue angle of 226.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC8EF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 200 | 239 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.06 |
| HSL | 226.8º | 0.61% | 0.84% | - |
| HSV(B) | 226.8º | 0.21% | 0.94% | - |
| XYZ | 57.22 | 58.36 | 89.91 | - |
| YUV | 201.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 239 | 0.21 | 0.16 | 0 | 0.06 | 226.8 | 0.61 | 0.84 |
| Hex | BD | C8 | EF | 15 | 10 | 0 | 6 | E3 | 3D | 54 |
| Octal | 275 | 310 | 357 | 25 | 20 | 0 | 6 | 343 | 75 | 124 |
| Binary | 10111101 | 11001000 | 11101111 | 10101 | 10000 | 0 | 110 | 11100011 | 111101 | 1010100 |
Color Harmonies of #BDC8EF
Complementary color
Monochromatic Colors of #BDC8EF
Black with #BDC8EF
Text Example
Text Example
White with #BDC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8EF; }
p { color: rgb(189,200,239); }
H1.HeaderClassName
{
color: #BDC8EF;
}
.AnyTagClassName
{
color: #BDC8EF;
}
</style>
background-color css
<style>
a { background-color: #BDC8EF; }
a { background-color: rgb(189,200,239); }
div.DivClassName
{
background-color: #BDC8EF;
}
.BgClassName
{
background-color: #BDC8EF;
}
</style>
border-color css
<style>
span { border-color: #BDC8EF; }
span { border-color: rgb(189,200,239); }
td.TdClassName
{
border-color: #BDC8EF;
}
.TagClassName
{
border-color: #BDC8EF;
}
</style>