Shades of Periwinkle #BCCDF0
Tints of Periwinkle #BCCDF0
RGB
CMYK
RGB Variations
Color information
#BCCDF0 (or 0xBCCDF0) is known color: Periwinkle. HEX triplet: BC, CD and F0. RGB value is (188,205,240). Sum of RGB (Red+Green+Blue) = 188+205+240=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF0 is #43320F. Grayscale: #CBCBCB. Windows color (decimal): -4403728 or 15781308. OLE color: 15781308.
HSL color Cylindrical-coordinate representation of color #BCCDF0: hue angle of 220.38º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCDF0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 205 | 240 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.06 |
| HSL | 220.38º | 0.63% | 0.84% | - |
| HSV(B) | 220.38º | 0.22% | 0.94% | - |
| XYZ | 58.3 | 60.65 | 91.07 | - |
| YUV | 203.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 240 | 0.22 | 0.15 | 0 | 0.06 | 220.38 | 0.63 | 0.84 |
| Hex | BC | CD | F0 | 16 | F | 0 | 6 | DC | 3F | 54 |
| Octal | 274 | 315 | 360 | 26 | 17 | 0 | 6 | 334 | 77 | 124 |
| Binary | 10111100 | 11001101 | 11110000 | 10110 | 1111 | 0 | 110 | 11011100 | 111111 | 1010100 |
Color Harmonies of #BCCDF0
Complementary color
Monochromatic Colors of #BCCDF0
Black with #BCCDF0
Text Example
Text Example
White with #BCCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDF0; }
p { color: rgb(188,205,240); }
H1.HeaderClassName
{
color: #BCCDF0;
}
.AnyTagClassName
{
color: #BCCDF0;
}
</style>
background-color css
<style>
a { background-color: #BCCDF0; }
a { background-color: rgb(188,205,240); }
div.DivClassName
{
background-color: #BCCDF0;
}
.BgClassName
{
background-color: #BCCDF0;
}
</style>
border-color css
<style>
span { border-color: #BCCDF0; }
span { border-color: rgb(188,205,240); }
td.TdClassName
{
border-color: #BCCDF0;
}
.TagClassName
{
border-color: #BCCDF0;
}
</style>