Shades of Periwinkle #BCCDF2
Tints of Periwinkle #BCCDF2
RGB
CMYK
RGB Variations
Color information
#BCCDF2 (or 0xBCCDF2) is known color: Periwinkle. HEX triplet: BC, CD and F2. RGB value is (188,205,242). Sum of RGB (Red+Green+Blue) = 188+205+242=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF2 is #43320D. Grayscale: #CBCBCB. Windows color (decimal): -4403726 or 15912380. OLE color: 15912380.
HSL color Cylindrical-coordinate representation of color #BCCDF2: hue angle of 221.11º degrees, saturation: 0.68, 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 #BCCDF2 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 205 | 242 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.05 |
| HSL | 221.11º | 0.68% | 0.84% | - |
| HSV(B) | 221.11º | 0.22% | 0.95% | - |
| XYZ | 58.6 | 60.76 | 92.64 | - |
| YUV | 204.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 242 | 0.22 | 0.15 | 0 | 0.05 | 221.11 | 0.68 | 0.84 |
| Hex | BC | CD | F2 | 16 | F | 0 | 5 | DD | 44 | 54 |
| Octal | 274 | 315 | 362 | 26 | 17 | 0 | 5 | 335 | 104 | 124 |
| Binary | 10111100 | 11001101 | 11110010 | 10110 | 1111 | 0 | 101 | 11011101 | 1000100 | 1010100 |
Color Harmonies of #BCCDF2
Complementary color
Monochromatic Colors of #BCCDF2
Black with #BCCDF2
Text Example
Text Example
White with #BCCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDF2; }
p { color: rgb(188,205,242); }
H1.HeaderClassName
{
color: #BCCDF2;
}
.AnyTagClassName
{
color: #BCCDF2;
}
</style>
background-color css
<style>
a { background-color: #BCCDF2; }
a { background-color: rgb(188,205,242); }
div.DivClassName
{
background-color: #BCCDF2;
}
.BgClassName
{
background-color: #BCCDF2;
}
</style>
border-color css
<style>
span { border-color: #BCCDF2; }
span { border-color: rgb(188,205,242); }
td.TdClassName
{
border-color: #BCCDF2;
}
.TagClassName
{
border-color: #BCCDF2;
}
</style>