Shades of Periwinkle #BDCDF2
Tints of Periwinkle #BDCDF2
RGB
CMYK
RGB Variations
Color information
#BDCDF2 (or 0xBDCDF2) is known color: Periwinkle. HEX triplet: BD, CD and F2. RGB value is (189,205,242). Sum of RGB (Red+Green+Blue) = 189+205+242=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDF2 is #42320D. Grayscale: #CCCCCC. Windows color (decimal): -4338190 or 15912381. OLE color: 15912381.
HSL color Cylindrical-coordinate representation of color #BDCDF2: hue angle of 221.89º 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 #BDCDF2 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 205 | 242 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.05 |
| HSL | 221.89º | 0.67% | 0.85% | - |
| HSV(B) | 221.89º | 0.22% | 0.95% | - |
| XYZ | 58.84 | 60.89 | 92.66 | - |
| YUV | 204.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 242 | 0.22 | 0.15 | 0 | 0.05 | 221.89 | 0.67 | 0.85 |
| Hex | BD | CD | F2 | 16 | F | 0 | 5 | DE | 43 | 55 |
| Octal | 275 | 315 | 362 | 26 | 17 | 0 | 5 | 336 | 103 | 125 |
| Binary | 10111101 | 11001101 | 11110010 | 10110 | 1111 | 0 | 101 | 11011110 | 1000011 | 1010101 |
Color Harmonies of #BDCDF2
Complementary color
Monochromatic Colors of #BDCDF2
Black with #BDCDF2
Text Example
Text Example
White with #BDCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDF2; }
p { color: rgb(189,205,242); }
H1.HeaderClassName
{
color: #BDCDF2;
}
.AnyTagClassName
{
color: #BDCDF2;
}
</style>
background-color css
<style>
a { background-color: #BDCDF2; }
a { background-color: rgb(189,205,242); }
div.DivClassName
{
background-color: #BDCDF2;
}
.BgClassName
{
background-color: #BDCDF2;
}
</style>
border-color css
<style>
span { border-color: #BDCDF2; }
span { border-color: rgb(189,205,242); }
td.TdClassName
{
border-color: #BDCDF2;
}
.TagClassName
{
border-color: #BDCDF2;
}
</style>