Shades of Periwinkle #BDC4F3
Tints of Periwinkle #BDC4F3
RGB
CMYK
RGB Variations
Color information
#BDC4F3 (or 0xBDC4F3) is known color: Periwinkle. HEX triplet: BD, C4 and F3. RGB value is (189,196,243). Sum of RGB (Red+Green+Blue) = 189+196+243=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDC4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4F3 is #423B0C. Grayscale: #C7C7C7. Windows color (decimal): -4340493 or 15975613. OLE color: 15975613.
HSL color Cylindrical-coordinate representation of color #BDC4F3: hue angle of 232.22º 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 #BDC4F3 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 196 | 243 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.05 |
| HSL | 232.22º | 0.69% | 0.85% | - |
| HSV(B) | 232.22º | 0.22% | 0.95% | - |
| XYZ | 56.9 | 56.77 | 92.75 | - |
| YUV | 199.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 243 | 0.22 | 0.19 | 0 | 0.05 | 232.22 | 0.69 | 0.85 |
| Hex | BD | C4 | F3 | 16 | 13 | 0 | 5 | E8 | 45 | 55 |
| Octal | 275 | 304 | 363 | 26 | 23 | 0 | 5 | 350 | 105 | 125 |
| Binary | 10111101 | 11000100 | 11110011 | 10110 | 10011 | 0 | 101 | 11101000 | 1000101 | 1010101 |
Color Harmonies of #BDC4F3
Complementary color
Monochromatic Colors of #BDC4F3
Black with #BDC4F3
Text Example
Text Example
White with #BDC4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4F3; }
p { color: rgb(189,196,243); }
H1.HeaderClassName
{
color: #BDC4F3;
}
.AnyTagClassName
{
color: #BDC4F3;
}
</style>
background-color css
<style>
a { background-color: #BDC4F3; }
a { background-color: rgb(189,196,243); }
div.DivClassName
{
background-color: #BDC4F3;
}
.BgClassName
{
background-color: #BDC4F3;
}
</style>
border-color css
<style>
span { border-color: #BDC4F3; }
span { border-color: rgb(189,196,243); }
td.TdClassName
{
border-color: #BDC4F3;
}
.TagClassName
{
border-color: #BDC4F3;
}
</style>