Shades of Periwinkle #BDC5F5
Tints of Periwinkle #BDC5F5
RGB
CMYK
RGB Variations
Color information
#BDC5F5 (or 0xBDC5F5) is known color: Periwinkle. HEX triplet: BD, C5 and F5. RGB value is (189,197,245). Sum of RGB (Red+Green+Blue) = 189+197+245=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDC5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F5 is #423A0A. Grayscale: #C7C7C7. Windows color (decimal): -4340235 or 16106941. OLE color: 16106941.
HSL color Cylindrical-coordinate representation of color #BDC5F5: hue angle of 231.43º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC5F5 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 197 | 245 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.04 |
| HSL | 231.43º | 0.74% | 0.85% | - |
| HSV(B) | 231.43º | 0.23% | 0.96% | - |
| XYZ | 57.43 | 57.34 | 94.43 | - |
| YUV | 200.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 245 | 0.23 | 0.20 | 0 | 0.04 | 231.43 | 0.74 | 0.85 |
| Hex | BD | C5 | F5 | 17 | 14 | 0 | 4 | E7 | 4A | 55 |
| Octal | 275 | 305 | 365 | 27 | 24 | 0 | 4 | 347 | 112 | 125 |
| Binary | 10111101 | 11000101 | 11110101 | 10111 | 10100 | 0 | 100 | 11100111 | 1001010 | 1010101 |
Color Harmonies of #BDC5F5
Complementary color
Monochromatic Colors of #BDC5F5
Black with #BDC5F5
Text Example
Text Example
White with #BDC5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5F5; }
p { color: rgb(189,197,245); }
H1.HeaderClassName
{
color: #BDC5F5;
}
.AnyTagClassName
{
color: #BDC5F5;
}
</style>
background-color css
<style>
a { background-color: #BDC5F5; }
a { background-color: rgb(189,197,245); }
div.DivClassName
{
background-color: #BDC5F5;
}
.BgClassName
{
background-color: #BDC5F5;
}
</style>
border-color css
<style>
span { border-color: #BDC5F5; }
span { border-color: rgb(189,197,245); }
td.TdClassName
{
border-color: #BDC5F5;
}
.TagClassName
{
border-color: #BDC5F5;
}
</style>