Shades of Periwinkle #BDC3F3
Tints of Periwinkle #BDC3F3
RGB
CMYK
RGB Variations
Color information
#BDC3F3 (or 0xBDC3F3) is known color: Periwinkle. HEX triplet: BD, C3 and F3. RGB value is (189,195,243). Sum of RGB (Red+Green+Blue) = 189+195+243=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDC3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3F3 is #423C0C. Grayscale: #C6C6C6. Windows color (decimal): -4340749 or 15975357. OLE color: 15975357.
HSL color Cylindrical-coordinate representation of color #BDC3F3: hue angle of 233.33º 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 #BDC3F3 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 195 | 243 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.05 |
| HSL | 233.33º | 0.69% | 0.85% | - |
| HSV(B) | 233.33º | 0.22% | 0.95% | - |
| XYZ | 56.68 | 56.32 | 92.68 | - |
| YUV | 198.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 243 | 0.22 | 0.20 | 0 | 0.05 | 233.33 | 0.69 | 0.85 |
| Hex | BD | C3 | F3 | 16 | 14 | 0 | 5 | E9 | 45 | 55 |
| Octal | 275 | 303 | 363 | 26 | 24 | 0 | 5 | 351 | 105 | 125 |
| Binary | 10111101 | 11000011 | 11110011 | 10110 | 10100 | 0 | 101 | 11101001 | 1000101 | 1010101 |
Color Harmonies of #BDC3F3
Complementary color
Monochromatic Colors of #BDC3F3
Black with #BDC3F3
Text Example
Text Example
White with #BDC3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3F3; }
p { color: rgb(189,195,243); }
H1.HeaderClassName
{
color: #BDC3F3;
}
.AnyTagClassName
{
color: #BDC3F3;
}
</style>
background-color css
<style>
a { background-color: #BDC3F3; }
a { background-color: rgb(189,195,243); }
div.DivClassName
{
background-color: #BDC3F3;
}
.BgClassName
{
background-color: #BDC3F3;
}
</style>
border-color css
<style>
span { border-color: #BDC3F3; }
span { border-color: rgb(189,195,243); }
td.TdClassName
{
border-color: #BDC3F3;
}
.TagClassName
{
border-color: #BDC3F3;
}
</style>