Shades of Periwinkle #BCCDF3
Tints of Periwinkle #BCCDF3
RGB
CMYK
RGB Variations
Color information
#BCCDF3 (or 0xBCCDF3) is known color: Periwinkle. HEX triplet: BC, CD and F3. RGB value is (188,205,243). Sum of RGB (Red+Green+Blue) = 188+205+243=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCCDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF3 is #43320C. Grayscale: #CCCCCC. Windows color (decimal): -4403725 or 15977916. OLE color: 15977916.
HSL color Cylindrical-coordinate representation of color #BCCDF3: hue angle of 221.45º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCDF3 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 205 | 243 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.05 |
| HSL | 221.45º | 0.7% | 0.85% | - |
| HSV(B) | 221.45º | 0.23% | 0.95% | - |
| XYZ | 58.75 | 60.83 | 93.44 | - |
| YUV | 204.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 243 | 0.23 | 0.16 | 0 | 0.05 | 221.45 | 0.7 | 0.85 |
| Hex | BC | CD | F3 | 17 | 10 | 0 | 5 | DD | 46 | 55 |
| Octal | 274 | 315 | 363 | 27 | 20 | 0 | 5 | 335 | 106 | 125 |
| Binary | 10111100 | 11001101 | 11110011 | 10111 | 10000 | 0 | 101 | 11011101 | 1000110 | 1010101 |
Color Harmonies of #BCCDF3
Complementary color
Monochromatic Colors of #BCCDF3
Black with #BCCDF3
Text Example
Text Example
White with #BCCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDF3; }
p { color: rgb(188,205,243); }
H1.HeaderClassName
{
color: #BCCDF3;
}
.AnyTagClassName
{
color: #BCCDF3;
}
</style>
background-color css
<style>
a { background-color: #BCCDF3; }
a { background-color: rgb(188,205,243); }
div.DivClassName
{
background-color: #BCCDF3;
}
.BgClassName
{
background-color: #BCCDF3;
}
</style>
border-color css
<style>
span { border-color: #BCCDF3; }
span { border-color: rgb(188,205,243); }
td.TdClassName
{
border-color: #BCCDF3;
}
.TagClassName
{
border-color: #BCCDF3;
}
</style>