Shades of Periwinkle #BDC8EE
Tints of Periwinkle #BDC8EE
RGB
CMYK
RGB Variations
Color information
#BDC8EE (or 0xBDC8EE) is known color: Periwinkle. HEX triplet: BD, C8 and EE. RGB value is (189,200,238). Sum of RGB (Red+Green+Blue) = 189+200+238=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8EE is #423711. Grayscale: #C8C8C8. Windows color (decimal): -4339474 or 15648957. OLE color: 15648957.
HSL color Cylindrical-coordinate representation of color #BDC8EE: hue angle of 226.53º 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 #BDC8EE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 200 | 238 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.07 |
| HSL | 226.53º | 0.59% | 0.84% | - |
| HSV(B) | 226.53º | 0.21% | 0.93% | - |
| XYZ | 57.07 | 58.3 | 89.13 | - |
| YUV | 201.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 238 | 0.21 | 0.16 | 0 | 0.07 | 226.53 | 0.59 | 0.84 |
| Hex | BD | C8 | EE | 15 | 10 | 0 | 7 | E3 | 3B | 54 |
| Octal | 275 | 310 | 356 | 25 | 20 | 0 | 7 | 343 | 73 | 124 |
| Binary | 10111101 | 11001000 | 11101110 | 10101 | 10000 | 0 | 111 | 11100011 | 111011 | 1010100 |
Color Harmonies of #BDC8EE
Complementary color
Monochromatic Colors of #BDC8EE
Black with #BDC8EE
Text Example
Text Example
White with #BDC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8EE; }
p { color: rgb(189,200,238); }
H1.HeaderClassName
{
color: #BDC8EE;
}
.AnyTagClassName
{
color: #BDC8EE;
}
</style>
background-color css
<style>
a { background-color: #BDC8EE; }
a { background-color: rgb(189,200,238); }
div.DivClassName
{
background-color: #BDC8EE;
}
.BgClassName
{
background-color: #BDC8EE;
}
</style>
border-color css
<style>
span { border-color: #BDC8EE; }
span { border-color: rgb(189,200,238); }
td.TdClassName
{
border-color: #BDC8EE;
}
.TagClassName
{
border-color: #BDC8EE;
}
</style>