Shades of Periwinkle #BDC6F2
Tints of Periwinkle #BDC6F2
RGB
CMYK
RGB Variations
Color information
#BDC6F2 (or 0xBDC6F2) is known color: Periwinkle. HEX triplet: BD, C6 and F2. RGB value is (189,198,242). Sum of RGB (Red+Green+Blue) = 189+198+242=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDC6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6F2 is #42390D. Grayscale: #C8C8C8. Windows color (decimal): -4339982 or 15910589. OLE color: 15910589.
HSL color Cylindrical-coordinate representation of color #BDC6F2: hue angle of 229.81º 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 #BDC6F2 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 198 | 242 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.05 |
| HSL | 229.81º | 0.67% | 0.85% | - |
| HSV(B) | 229.81º | 0.22% | 0.95% | - |
| XYZ | 57.21 | 57.62 | 92.11 | - |
| YUV | 200.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 242 | 0.22 | 0.18 | 0 | 0.05 | 229.81 | 0.67 | 0.85 |
| Hex | BD | C6 | F2 | 16 | 12 | 0 | 5 | E6 | 43 | 55 |
| Octal | 275 | 306 | 362 | 26 | 22 | 0 | 5 | 346 | 103 | 125 |
| Binary | 10111101 | 11000110 | 11110010 | 10110 | 10010 | 0 | 101 | 11100110 | 1000011 | 1010101 |
Color Harmonies of #BDC6F2
Complementary color
Monochromatic Colors of #BDC6F2
Black with #BDC6F2
Text Example
Text Example
White with #BDC6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6F2; }
p { color: rgb(189,198,242); }
H1.HeaderClassName
{
color: #BDC6F2;
}
.AnyTagClassName
{
color: #BDC6F2;
}
</style>
background-color css
<style>
a { background-color: #BDC6F2; }
a { background-color: rgb(189,198,242); }
div.DivClassName
{
background-color: #BDC6F2;
}
.BgClassName
{
background-color: #BDC6F2;
}
</style>
border-color css
<style>
span { border-color: #BDC6F2; }
span { border-color: rgb(189,198,242); }
td.TdClassName
{
border-color: #BDC6F2;
}
.TagClassName
{
border-color: #BDC6F2;
}
</style>