Shades of Periwinkle #BDCBE0
Tints of Periwinkle #BDCBE0
RGB
CMYK
RGB Variations
Color information
#BDCBE0 (or 0xBDCBE0) is known color: Periwinkle. HEX triplet: BD, CB and E0. RGB value is (189,203,224). Sum of RGB (Red+Green+Blue) = 189+203+224=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBE0 is #42341F. Grayscale: #C9C9C9. Windows color (decimal): -4338720 or 14732221. OLE color: 14732221.
HSL color Cylindrical-coordinate representation of color #BDCBE0: hue angle of 216º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCBE0 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 203 | 224 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.12 |
| HSL | 216º | 0.36% | 0.81% | - |
| HSV(B) | 216º | 0.16% | 0.88% | - |
| XYZ | 55.8 | 58.91 | 78.95 | - |
| YUV | 201.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 224 | 0.16 | 0.09 | 0 | 0.12 | 216 | 0.36 | 0.81 |
| Hex | BD | CB | E0 | 10 | 9 | 0 | C | D8 | 24 | 51 |
| Octal | 275 | 313 | 340 | 20 | 11 | 0 | 14 | 330 | 44 | 121 |
| Binary | 10111101 | 11001011 | 11100000 | 10000 | 1001 | 0 | 1100 | 11011000 | 100100 | 1010001 |
Color Harmonies of #BDCBE0
Complementary color
Monochromatic Colors of #BDCBE0
Black with #BDCBE0
Text Example
Text Example
White with #BDCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCBE0; }
p { color: rgb(189,203,224); }
H1.HeaderClassName
{
color: #BDCBE0;
}
.AnyTagClassName
{
color: #BDCBE0;
}
</style>
background-color css
<style>
a { background-color: #BDCBE0; }
a { background-color: rgb(189,203,224); }
div.DivClassName
{
background-color: #BDCBE0;
}
.BgClassName
{
background-color: #BDCBE0;
}
</style>
border-color css
<style>
span { border-color: #BDCBE0; }
span { border-color: rgb(189,203,224); }
td.TdClassName
{
border-color: #BDCBE0;
}
.TagClassName
{
border-color: #BDCBE0;
}
</style>