Shades of Periwinkle #BDC3F2
Tints of Periwinkle #BDC3F2
RGB
CMYK
RGB Variations
Color information
#BDC3F2 (or 0xBDC3F2) is known color: Periwinkle. HEX triplet: BD, C3 and F2. RGB value is (189,195,242). Sum of RGB (Red+Green+Blue) = 189+195+242=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDC3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3F2 is #423C0D. Grayscale: #C6C6C6. Windows color (decimal): -4340750 or 15909821. OLE color: 15909821.
HSL color Cylindrical-coordinate representation of color #BDC3F2: hue angle of 233.21º degrees, saturation: 0.67, 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 #BDC3F2 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 195 | 242 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.05 |
| HSL | 233.21º | 0.67% | 0.85% | - |
| HSV(B) | 233.21º | 0.22% | 0.95% | - |
| XYZ | 56.53 | 56.26 | 91.88 | - |
| YUV | 198.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 242 | 0.22 | 0.19 | 0 | 0.05 | 233.21 | 0.67 | 0.85 |
| Hex | BD | C3 | F2 | 16 | 13 | 0 | 5 | E9 | 43 | 55 |
| Octal | 275 | 303 | 362 | 26 | 23 | 0 | 5 | 351 | 103 | 125 |
| Binary | 10111101 | 11000011 | 11110010 | 10110 | 10011 | 0 | 101 | 11101001 | 1000011 | 1010101 |
Color Harmonies of #BDC3F2
Complementary color
Monochromatic Colors of #BDC3F2
Black with #BDC3F2
Text Example
Text Example
White with #BDC3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3F2; }
p { color: rgb(189,195,242); }
H1.HeaderClassName
{
color: #BDC3F2;
}
.AnyTagClassName
{
color: #BDC3F2;
}
</style>
background-color css
<style>
a { background-color: #BDC3F2; }
a { background-color: rgb(189,195,242); }
div.DivClassName
{
background-color: #BDC3F2;
}
.BgClassName
{
background-color: #BDC3F2;
}
</style>
border-color css
<style>
span { border-color: #BDC3F2; }
span { border-color: rgb(189,195,242); }
td.TdClassName
{
border-color: #BDC3F2;
}
.TagClassName
{
border-color: #BDC3F2;
}
</style>