Shades of Periwinkle #BDC6F0
Tints of Periwinkle #BDC6F0
RGB
CMYK
RGB Variations
Color information
#BDC6F0 (or 0xBDC6F0) is known color: Periwinkle. HEX triplet: BD, C6 and F0. RGB value is (189,198,240). Sum of RGB (Red+Green+Blue) = 189+198+240=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDC6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6F0 is #42390F. Grayscale: #C7C7C7. Windows color (decimal): -4339984 or 15779517. OLE color: 15779517.
HSL color Cylindrical-coordinate representation of color #BDC6F0: hue angle of 229.41º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC6F0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 198 | 240 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.06 |
| HSL | 229.41º | 0.63% | 0.84% | - |
| HSV(B) | 229.41º | 0.21% | 0.94% | - |
| XYZ | 56.91 | 57.5 | 90.54 | - |
| YUV | 200.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 240 | 0.21 | 0.18 | 0 | 0.06 | 229.41 | 0.63 | 0.84 |
| Hex | BD | C6 | F0 | 15 | 12 | 0 | 6 | E5 | 3F | 54 |
| Octal | 275 | 306 | 360 | 25 | 22 | 0 | 6 | 345 | 77 | 124 |
| Binary | 10111101 | 11000110 | 11110000 | 10101 | 10010 | 0 | 110 | 11100101 | 111111 | 1010100 |
Color Harmonies of #BDC6F0
Complementary color
Monochromatic Colors of #BDC6F0
Black with #BDC6F0
Text Example
Text Example
White with #BDC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6F0; }
p { color: rgb(189,198,240); }
H1.HeaderClassName
{
color: #BDC6F0;
}
.AnyTagClassName
{
color: #BDC6F0;
}
</style>
background-color css
<style>
a { background-color: #BDC6F0; }
a { background-color: rgb(189,198,240); }
div.DivClassName
{
background-color: #BDC6F0;
}
.BgClassName
{
background-color: #BDC6F0;
}
</style>
border-color css
<style>
span { border-color: #BDC6F0; }
span { border-color: rgb(189,198,240); }
td.TdClassName
{
border-color: #BDC6F0;
}
.TagClassName
{
border-color: #BDC6F0;
}
</style>