Shades of Periwinkle #BDCEFD
Tints of Periwinkle #BDCEFD
RGB
CMYK
RGB Variations
Color information
#BDCEFD (or 0xBDCEFD) is known color: Periwinkle. HEX triplet: BD, CE and FD. RGB value is (189,206,253). Sum of RGB (Red+Green+Blue) = 189+206+253=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEFD is #423102. Grayscale: #CECECE. Windows color (decimal): -4337923 or 16633533. OLE color: 16633533.
HSL color Cylindrical-coordinate representation of color #BDCEFD: hue angle of 224.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCEFD is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 206 | 253 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.01 |
| HSL | 224.06º | 0.94% | 0.87% | - |
| HSV(B) | 224.06º | 0.25% | 0.99% | - |
| XYZ | 60.79 | 62.05 | 101.7 | - |
| YUV | 206.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 253 | 0.25 | 0.19 | 0 | 0.01 | 224.06 | 0.94 | 0.87 |
| Hex | BD | CE | FD | 19 | 13 | 0 | 1 | E0 | 5E | 57 |
| Octal | 275 | 316 | 375 | 31 | 23 | 0 | 1 | 340 | 136 | 127 |
| Binary | 10111101 | 11001110 | 11111101 | 11001 | 10011 | 0 | 1 | 11100000 | 1011110 | 1010111 |
Color Harmonies of #BDCEFD
Complementary color
Monochromatic Colors of #BDCEFD
Black with #BDCEFD
Text Example
Text Example
White with #BDCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEFD; }
p { color: rgb(189,206,253); }
H1.HeaderClassName
{
color: #BDCEFD;
}
.AnyTagClassName
{
color: #BDCEFD;
}
</style>
background-color css
<style>
a { background-color: #BDCEFD; }
a { background-color: rgb(189,206,253); }
div.DivClassName
{
background-color: #BDCEFD;
}
.BgClassName
{
background-color: #BDCEFD;
}
</style>
border-color css
<style>
span { border-color: #BDCEFD; }
span { border-color: rgb(189,206,253); }
td.TdClassName
{
border-color: #BDCEFD;
}
.TagClassName
{
border-color: #BDCEFD;
}
</style>