Shades of Periwinkle #BDC9ED
Tints of Periwinkle #BDC9ED
RGB
CMYK
RGB Variations
Color information
#BDC9ED (or 0xBDC9ED) is known color: Periwinkle. HEX triplet: BD, C9 and ED. RGB value is (189,201,237). Sum of RGB (Red+Green+Blue) = 189+201+237=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9ED is #423612. Grayscale: #C9C9C9. Windows color (decimal): -4339219 or 15583677. OLE color: 15583677.
HSL color Cylindrical-coordinate representation of color #BDC9ED: hue angle of 225º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC9ED is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 201 | 237 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.07 |
| HSL | 225º | 0.57% | 0.84% | - |
| HSV(B) | 225º | 0.2% | 0.93% | - |
| XYZ | 57.16 | 58.71 | 88.44 | - |
| YUV | 201.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 237 | 0.20 | 0.15 | 0 | 0.07 | 225 | 0.57 | 0.84 |
| Hex | BD | C9 | ED | 14 | F | 0 | 7 | E1 | 39 | 54 |
| Octal | 275 | 311 | 355 | 24 | 17 | 0 | 7 | 341 | 71 | 124 |
| Binary | 10111101 | 11001001 | 11101101 | 10100 | 1111 | 0 | 111 | 11100001 | 111001 | 1010100 |
Color Harmonies of #BDC9ED
Complementary color
Monochromatic Colors of #BDC9ED
Black with #BDC9ED
Text Example
Text Example
White with #BDC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9ED; }
p { color: rgb(189,201,237); }
H1.HeaderClassName
{
color: #BDC9ED;
}
.AnyTagClassName
{
color: #BDC9ED;
}
</style>
background-color css
<style>
a { background-color: #BDC9ED; }
a { background-color: rgb(189,201,237); }
div.DivClassName
{
background-color: #BDC9ED;
}
.BgClassName
{
background-color: #BDC9ED;
}
</style>
border-color css
<style>
span { border-color: #BDC9ED; }
span { border-color: rgb(189,201,237); }
td.TdClassName
{
border-color: #BDC9ED;
}
.TagClassName
{
border-color: #BDC9ED;
}
</style>