Shades of Periwinkle #BCCDFB
Tints of Periwinkle #BCCDFB
RGB
CMYK
RGB Variations
Color information
#BCCDFB (or 0xBCCDFB) is known color: Periwinkle. HEX triplet: BC, CD and FB. RGB value is (188,205,251). Sum of RGB (Red+Green+Blue) = 188+205+251=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDFB is #433204. Grayscale: #CCCCCC. Windows color (decimal): -4403717 or 16502204. OLE color: 16502204.
HSL color Cylindrical-coordinate representation of color #BCCDFB: hue angle of 223.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCDFB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 205 | 251 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.02 |
| HSL | 223.81º | 0.89% | 0.86% | - |
| HSV(B) | 223.81º | 0.25% | 0.98% | - |
| XYZ | 59.98 | 61.32 | 99.94 | - |
| YUV | 205.16 | 153.87 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 251 | 0.25 | 0.18 | 0 | 0.02 | 223.81 | 0.89 | 0.86 |
| Hex | BC | CD | FB | 19 | 12 | 0 | 2 | E0 | 59 | 56 |
| Octal | 274 | 315 | 373 | 31 | 22 | 0 | 2 | 340 | 131 | 126 |
| Binary | 10111100 | 11001101 | 11111011 | 11001 | 10010 | 0 | 10 | 11100000 | 1011001 | 1010110 |
Color Harmonies of #BCCDFB
Complementary color
Monochromatic Colors of #BCCDFB
Black with #BCCDFB
Text Example
Text Example
White with #BCCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDFB; }
p { color: rgb(188,205,251); }
H1.HeaderClassName
{
color: #BCCDFB;
}
.AnyTagClassName
{
color: #BCCDFB;
}
</style>
background-color css
<style>
a { background-color: #BCCDFB; }
a { background-color: rgb(188,205,251); }
div.DivClassName
{
background-color: #BCCDFB;
}
.BgClassName
{
background-color: #BCCDFB;
}
</style>
border-color css
<style>
span { border-color: #BCCDFB; }
span { border-color: rgb(188,205,251); }
td.TdClassName
{
border-color: #BCCDFB;
}
.TagClassName
{
border-color: #BCCDFB;
}
</style>