Shades of Periwinkle #BDC5F1
Tints of Periwinkle #BDC5F1
RGB
CMYK
RGB Variations
Color information
#BDC5F1 (or 0xBDC5F1) is known color: Periwinkle. HEX triplet: BD, C5 and F1. RGB value is (189,197,241). Sum of RGB (Red+Green+Blue) = 189+197+241=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F1 is #423A0E. Grayscale: #C7C7C7. Windows color (decimal): -4340239 or 15844797. OLE color: 15844797.
HSL color Cylindrical-coordinate representation of color #BDC5F1: hue angle of 230.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC5F1 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 197 | 241 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.05 |
| HSL | 230.77º | 0.65% | 0.84% | - |
| HSV(B) | 230.77º | 0.22% | 0.95% | - |
| XYZ | 56.83 | 57.1 | 91.25 | - |
| YUV | 199.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 241 | 0.22 | 0.18 | 0 | 0.05 | 230.77 | 0.65 | 0.84 |
| Hex | BD | C5 | F1 | 16 | 12 | 0 | 5 | E7 | 41 | 54 |
| Octal | 275 | 305 | 361 | 26 | 22 | 0 | 5 | 347 | 101 | 124 |
| Binary | 10111101 | 11000101 | 11110001 | 10110 | 10010 | 0 | 101 | 11100111 | 1000001 | 1010100 |
Color Harmonies of #BDC5F1
Complementary color
Monochromatic Colors of #BDC5F1
Black with #BDC5F1
Text Example
Text Example
White with #BDC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5F1; }
p { color: rgb(189,197,241); }
H1.HeaderClassName
{
color: #BDC5F1;
}
.AnyTagClassName
{
color: #BDC5F1;
}
</style>
background-color css
<style>
a { background-color: #BDC5F1; }
a { background-color: rgb(189,197,241); }
div.DivClassName
{
background-color: #BDC5F1;
}
.BgClassName
{
background-color: #BDC5F1;
}
</style>
border-color css
<style>
span { border-color: #BDC5F1; }
span { border-color: rgb(189,197,241); }
td.TdClassName
{
border-color: #BDC5F1;
}
.TagClassName
{
border-color: #BDC5F1;
}
</style>