Shades of Periwinkle #BDC8EA
Tints of Periwinkle #BDC8EA
RGB
CMYK
RGB Variations
Color information
#BDC8EA (or 0xBDC8EA) is known color: Periwinkle. HEX triplet: BD, C8 and EA. RGB value is (189,200,234). Sum of RGB (Red+Green+Blue) = 189+200+234=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8EA is #423715. Grayscale: #C8C8C8. Windows color (decimal): -4339478 or 15386813. OLE color: 15386813.
HSL color Cylindrical-coordinate representation of color #BDC8EA: hue angle of 225.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC8EA is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 200 | 234 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.08 |
| HSL | 225.33º | 0.52% | 0.83% | - |
| HSV(B) | 225.33º | 0.19% | 0.92% | - |
| XYZ | 56.49 | 58.07 | 86.07 | - |
| YUV | 200.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 234 | 0.19 | 0.15 | 0 | 0.08 | 225.33 | 0.52 | 0.83 |
| Hex | BD | C8 | EA | 13 | F | 0 | 8 | E1 | 34 | 53 |
| Octal | 275 | 310 | 352 | 23 | 17 | 0 | 10 | 341 | 64 | 123 |
| Binary | 10111101 | 11001000 | 11101010 | 10011 | 1111 | 0 | 1000 | 11100001 | 110100 | 1010011 |
Color Harmonies of #BDC8EA
Complementary color
Monochromatic Colors of #BDC8EA
Black with #BDC8EA
Text Example
Text Example
White with #BDC8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8EA; }
p { color: rgb(189,200,234); }
H1.HeaderClassName
{
color: #BDC8EA;
}
.AnyTagClassName
{
color: #BDC8EA;
}
</style>
background-color css
<style>
a { background-color: #BDC8EA; }
a { background-color: rgb(189,200,234); }
div.DivClassName
{
background-color: #BDC8EA;
}
.BgClassName
{
background-color: #BDC8EA;
}
</style>
border-color css
<style>
span { border-color: #BDC8EA; }
span { border-color: rgb(189,200,234); }
td.TdClassName
{
border-color: #BDC8EA;
}
.TagClassName
{
border-color: #BDC8EA;
}
</style>