Shades of Periwinkle #BDC9EE
Tints of Periwinkle #BDC9EE
RGB
CMYK
RGB Variations
Color information
#BDC9EE (or 0xBDC9EE) is known color: Periwinkle. HEX triplet: BD, C9 and EE. RGB value is (189,201,238). Sum of RGB (Red+Green+Blue) = 189+201+238=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9EE is #423611. Grayscale: #C9C9C9. Windows color (decimal): -4339218 or 15649213. OLE color: 15649213.
HSL color Cylindrical-coordinate representation of color #BDC9EE: hue angle of 225.31º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC9EE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 201 | 238 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.07 |
| HSL | 225.31º | 0.59% | 0.84% | - |
| HSV(B) | 225.31º | 0.21% | 0.93% | - |
| XYZ | 57.31 | 58.77 | 89.21 | - |
| YUV | 201.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 238 | 0.21 | 0.16 | 0 | 0.07 | 225.31 | 0.59 | 0.84 |
| Hex | BD | C9 | EE | 15 | 10 | 0 | 7 | E1 | 3B | 54 |
| Octal | 275 | 311 | 356 | 25 | 20 | 0 | 7 | 341 | 73 | 124 |
| Binary | 10111101 | 11001001 | 11101110 | 10101 | 10000 | 0 | 111 | 11100001 | 111011 | 1010100 |
Color Harmonies of #BDC9EE
Complementary color
Monochromatic Colors of #BDC9EE
Black with #BDC9EE
Text Example
Text Example
White with #BDC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9EE; }
p { color: rgb(189,201,238); }
H1.HeaderClassName
{
color: #BDC9EE;
}
.AnyTagClassName
{
color: #BDC9EE;
}
</style>
background-color css
<style>
a { background-color: #BDC9EE; }
a { background-color: rgb(189,201,238); }
div.DivClassName
{
background-color: #BDC9EE;
}
.BgClassName
{
background-color: #BDC9EE;
}
</style>
border-color css
<style>
span { border-color: #BDC9EE; }
span { border-color: rgb(189,201,238); }
td.TdClassName
{
border-color: #BDC9EE;
}
.TagClassName
{
border-color: #BDC9EE;
}
</style>