Shades of Periwinkle #BDCBE8
Tints of Periwinkle #BDCBE8
RGB
CMYK
RGB Variations
Color information
#BDCBE8 (or 0xBDCBE8) is known color: Periwinkle. HEX triplet: BD, CB and E8. RGB value is (189,203,232). Sum of RGB (Red+Green+Blue) = 189+203+232=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBE8 is #423417. Grayscale: #C9C9C9. Windows color (decimal): -4338712 or 15256509. OLE color: 15256509.
HSL color Cylindrical-coordinate representation of color #BDCBE8: hue angle of 220.47º 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 #BDCBE8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 203 | 232 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.09 |
| HSL | 220.47º | 0.48% | 0.83% | - |
| HSV(B) | 220.47º | 0.19% | 0.91% | - |
| XYZ | 56.91 | 59.36 | 84.8 | - |
| YUV | 202.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 232 | 0.19 | 0.12 | 0 | 0.09 | 220.47 | 0.48 | 0.83 |
| Hex | BD | CB | E8 | 13 | C | 0 | 9 | DC | 30 | 53 |
| Octal | 275 | 313 | 350 | 23 | 14 | 0 | 11 | 334 | 60 | 123 |
| Binary | 10111101 | 11001011 | 11101000 | 10011 | 1100 | 0 | 1001 | 11011100 | 110000 | 1010011 |
Color Harmonies of #BDCBE8
Complementary color
Monochromatic Colors of #BDCBE8
Black with #BDCBE8
Text Example
Text Example
White with #BDCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBE8; }
p { color: rgb(189,203,232); }
H1.HeaderClassName
{
color: #BDCBE8;
}
.AnyTagClassName
{
color: #BDCBE8;
}
</style>
background-color css
<style>
a { background-color: #BDCBE8; }
a { background-color: rgb(189,203,232); }
div.DivClassName
{
background-color: #BDCBE8;
}
.BgClassName
{
background-color: #BDCBE8;
}
</style>
border-color css
<style>
span { border-color: #BDCBE8; }
span { border-color: rgb(189,203,232); }
td.TdClassName
{
border-color: #BDCBE8;
}
.TagClassName
{
border-color: #BDCBE8;
}
</style>