Shades of Periwinkle #BDCDF1
Tints of Periwinkle #BDCDF1
RGB
CMYK
RGB Variations
Color information
#BDCDF1 (or 0xBDCDF1) is known color: Periwinkle. HEX triplet: BD, CD and F1. RGB value is (189,205,241). Sum of RGB (Red+Green+Blue) = 189+205+241=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDF1 is #42320E. Grayscale: #CCCCCC. Windows color (decimal): -4338191 or 15846845. OLE color: 15846845.
HSL color Cylindrical-coordinate representation of color #BDCDF1: hue angle of 221.54º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDCDF1 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 189 | 205 | 241 | - |
CMYK | 0.22 | 0.15 | 0 | 0.05 |
HSL | 221.54º | 0.65% | 0.84% | - |
HSV(B) | 221.54º | 0.22% | 0.95% | - |
XYZ | 58.69 | 60.83 | 91.87 | - |
YUV | 204.32 | 148.7 | 117.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 205 | 241 | 0.22 | 0.15 | 0 | 0.05 | 221.54 | 0.65 | 0.84 |
Hex | BD | CD | F1 | 16 | F | 0 | 5 | DE | 41 | 54 |
Octal | 275 | 315 | 361 | 26 | 17 | 0 | 5 | 336 | 101 | 124 |
Binary | 10111101 | 11001101 | 11110001 | 10110 | 1111 | 0 | 101 | 11011110 | 1000001 | 1010100 |
Color Harmonies of #BDCDF1
Complementary color
Monochromatic Colors of #BDCDF1
Black with #BDCDF1
Text Example
Text Example
White with #BDCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDF1; }
p { color: rgb(189,205,241); }
H1.HeaderClassName
{
color: #BDCDF1;
}
.AnyTagClassName
{
color: #BDCDF1;
}
</style>
background-color css
<style>
a { background-color: #BDCDF1; }
a { background-color: rgb(189,205,241); }
div.DivClassName
{
background-color: #BDCDF1;
}
.BgClassName
{
background-color: #BDCDF1;
}
</style>
border-color css
<style>
span { border-color: #BDCDF1; }
span { border-color: rgb(189,205,241); }
td.TdClassName
{
border-color: #BDCDF1;
}
.TagClassName
{
border-color: #BDCDF1;
}
</style>