Shades of Periwinkle #BDD0F2
Tints of Periwinkle #BDD0F2
RGB
CMYK
RGB Variations
Color information
#BDD0F2 (or 0xBDD0F2) is known color: Periwinkle. HEX triplet: BD, D0 and F2. RGB value is (189,208,242). Sum of RGB (Red+Green+Blue) = 189+208+242=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD0F2 is #422F0D. Grayscale: #CECECE. Windows color (decimal): -4337422 or 15913149. OLE color: 15913149.
HSL color Cylindrical-coordinate representation of color #BDD0F2: hue angle of 218.49º 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 #BDD0F2 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 208 | 242 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.05 |
| HSL | 218.49º | 0.67% | 0.85% | - |
| HSV(B) | 218.49º | 0.22% | 0.95% | - |
| XYZ | 59.57 | 62.34 | 92.9 | - |
| YUV | 206.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 242 | 0.22 | 0.14 | 0 | 0.05 | 218.49 | 0.67 | 0.85 |
| Hex | BD | D0 | F2 | 16 | E | 0 | 5 | DA | 43 | 55 |
| Octal | 275 | 320 | 362 | 26 | 16 | 0 | 5 | 332 | 103 | 125 |
| Binary | 10111101 | 11010000 | 11110010 | 10110 | 1110 | 0 | 101 | 11011010 | 1000011 | 1010101 |
Color Harmonies of #BDD0F2
Complementary color
Monochromatic Colors of #BDD0F2
Black with #BDD0F2
Text Example
Text Example
White with #BDD0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0F2; }
p { color: rgb(189,208,242); }
H1.HeaderClassName
{
color: #BDD0F2;
}
.AnyTagClassName
{
color: #BDD0F2;
}
</style>
background-color css
<style>
a { background-color: #BDD0F2; }
a { background-color: rgb(189,208,242); }
div.DivClassName
{
background-color: #BDD0F2;
}
.BgClassName
{
background-color: #BDD0F2;
}
</style>
border-color css
<style>
span { border-color: #BDD0F2; }
span { border-color: rgb(189,208,242); }
td.TdClassName
{
border-color: #BDD0F2;
}
.TagClassName
{
border-color: #BDD0F2;
}
</style>