Shades of Periwinkle #BDC5F3
Tints of Periwinkle #BDC5F3
RGB
CMYK
RGB Variations
Color information
#BDC5F3 (or 0xBDC5F3) is known color: Periwinkle. HEX triplet: BD, C5 and F3. RGB value is (189,197,243). Sum of RGB (Red+Green+Blue) = 189+197+243=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDC5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F3 is #423A0C. Grayscale: #C7C7C7. Windows color (decimal): -4340237 or 15975869. OLE color: 15975869.
HSL color Cylindrical-coordinate representation of color #BDC5F3: hue angle of 231.11º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC5F3 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 197 | 243 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.05 |
| HSL | 231.11º | 0.69% | 0.85% | - |
| HSV(B) | 231.11º | 0.22% | 0.95% | - |
| XYZ | 57.13 | 57.22 | 92.83 | - |
| YUV | 199.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 243 | 0.22 | 0.19 | 0 | 0.05 | 231.11 | 0.69 | 0.85 |
| Hex | BD | C5 | F3 | 16 | 13 | 0 | 5 | E7 | 45 | 55 |
| Octal | 275 | 305 | 363 | 26 | 23 | 0 | 5 | 347 | 105 | 125 |
| Binary | 10111101 | 11000101 | 11110011 | 10110 | 10011 | 0 | 101 | 11100111 | 1000101 | 1010101 |
Color Harmonies of #BDC5F3
Complementary color
Monochromatic Colors of #BDC5F3
Black with #BDC5F3
Text Example
Text Example
White with #BDC5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5F3; }
p { color: rgb(189,197,243); }
H1.HeaderClassName
{
color: #BDC5F3;
}
.AnyTagClassName
{
color: #BDC5F3;
}
</style>
background-color css
<style>
a { background-color: #BDC5F3; }
a { background-color: rgb(189,197,243); }
div.DivClassName
{
background-color: #BDC5F3;
}
.BgClassName
{
background-color: #BDC5F3;
}
</style>
border-color css
<style>
span { border-color: #BDC5F3; }
span { border-color: rgb(189,197,243); }
td.TdClassName
{
border-color: #BDC5F3;
}
.TagClassName
{
border-color: #BDC5F3;
}
</style>