Shades of Periwinkle #BDCFE8
Tints of Periwinkle #BDCFE8
RGB
CMYK
RGB Variations
Color information
#BDCFE8 (or 0xBDCFE8) is known color: Periwinkle. HEX triplet: BD, CF and E8. RGB value is (189,207,232). Sum of RGB (Red+Green+Blue) = 189+207+232=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDCFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFE8 is #423017. Grayscale: #CCCCCC. Windows color (decimal): -4337688 or 15257533. OLE color: 15257533.
HSL color Cylindrical-coordinate representation of color #BDCFE8: hue angle of 214.88º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDCFE8 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 207 | 232 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.09 |
| HSL | 214.88º | 0.48% | 0.83% | - |
| HSV(B) | 214.88º | 0.19% | 0.91% | - |
| XYZ | 57.86 | 61.27 | 85.12 | - |
| YUV | 204.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 232 | 0.19 | 0.11 | 0 | 0.09 | 214.88 | 0.48 | 0.83 |
| Hex | BD | CF | E8 | 13 | B | 0 | 9 | D7 | 30 | 53 |
| Octal | 275 | 317 | 350 | 23 | 13 | 0 | 11 | 327 | 60 | 123 |
| Binary | 10111101 | 11001111 | 11101000 | 10011 | 1011 | 0 | 1001 | 11010111 | 110000 | 1010011 |
Color Harmonies of #BDCFE8
Complementary color
Monochromatic Colors of #BDCFE8
Black with #BDCFE8
Text Example
Text Example
White with #BDCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFE8; }
p { color: rgb(189,207,232); }
H1.HeaderClassName
{
color: #BDCFE8;
}
.AnyTagClassName
{
color: #BDCFE8;
}
</style>
background-color css
<style>
a { background-color: #BDCFE8; }
a { background-color: rgb(189,207,232); }
div.DivClassName
{
background-color: #BDCFE8;
}
.BgClassName
{
background-color: #BDCFE8;
}
</style>
border-color css
<style>
span { border-color: #BDCFE8; }
span { border-color: rgb(189,207,232); }
td.TdClassName
{
border-color: #BDCFE8;
}
.TagClassName
{
border-color: #BDCFE8;
}
</style>