Shades of Periwinkle #BCC8F2
Tints of Periwinkle #BCC8F2
RGB
CMYK
RGB Variations
Color information
#BCC8F2 (or 0xBCC8F2) is known color: Periwinkle. HEX triplet: BC, C8 and F2. RGB value is (188,200,242). Sum of RGB (Red+Green+Blue) = 188+200+242=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8F2 is #43370D. Grayscale: #C9C9C9. Windows color (decimal): -4405006 or 15911100. OLE color: 15911100.
HSL color Cylindrical-coordinate representation of color #BCC8F2: hue angle of 226.67º 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 #BCC8F2 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 200 | 242 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.05 |
| HSL | 226.67º | 0.68% | 0.84% | - |
| HSV(B) | 226.67º | 0.22% | 0.95% | - |
| XYZ | 57.42 | 58.41 | 92.25 | - |
| YUV | 201.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 242 | 0.22 | 0.17 | 0 | 0.05 | 226.67 | 0.68 | 0.84 |
| Hex | BC | C8 | F2 | 16 | 11 | 0 | 5 | E3 | 44 | 54 |
| Octal | 274 | 310 | 362 | 26 | 21 | 0 | 5 | 343 | 104 | 124 |
| Binary | 10111100 | 11001000 | 11110010 | 10110 | 10001 | 0 | 101 | 11100011 | 1000100 | 1010100 |
Color Harmonies of #BCC8F2
Complementary color
Monochromatic Colors of #BCC8F2
Black with #BCC8F2
Text Example
Text Example
White with #BCC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8F2; }
p { color: rgb(188,200,242); }
H1.HeaderClassName
{
color: #BCC8F2;
}
.AnyTagClassName
{
color: #BCC8F2;
}
</style>
background-color css
<style>
a { background-color: #BCC8F2; }
a { background-color: rgb(188,200,242); }
div.DivClassName
{
background-color: #BCC8F2;
}
.BgClassName
{
background-color: #BCC8F2;
}
</style>
border-color css
<style>
span { border-color: #BCC8F2; }
span { border-color: rgb(188,200,242); }
td.TdClassName
{
border-color: #BCC8F2;
}
.TagClassName
{
border-color: #BCC8F2;
}
</style>