Shades of Periwinkle #BAC7F2
Tints of Periwinkle #BAC7F2
RGB
CMYK
RGB Variations
Color information
#BAC7F2 (or 0xBAC7F2) is known color: Periwinkle. HEX triplet: BA, C7 and F2. RGB value is (186,199,242). Sum of RGB (Red+Green+Blue) = 186+199+242=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAC7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAC7F2 is #45380D. Grayscale: #C7C7C7. Windows color (decimal): -4536334 or 15910842. OLE color: 15910842.
HSL color Cylindrical-coordinate representation of color #BAC7F2: hue angle of 226.07º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAC7F2 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 199 | 242 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.05 |
| HSL | 226.07º | 0.68% | 0.84% | - |
| HSV(B) | 226.07º | 0.23% | 0.95% | - |
| XYZ | 56.7 | 57.7 | 92.15 | - |
| YUV | 200.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 242 | 0.23 | 0.18 | 0 | 0.05 | 226.07 | 0.68 | 0.84 |
| Hex | BA | C7 | F2 | 17 | 12 | 0 | 5 | E2 | 44 | 54 |
| Octal | 272 | 307 | 362 | 27 | 22 | 0 | 5 | 342 | 104 | 124 |
| Binary | 10111010 | 11000111 | 11110010 | 10111 | 10010 | 0 | 101 | 11100010 | 1000100 | 1010100 |
Color Harmonies of #BAC7F2
Complementary color
Monochromatic Colors of #BAC7F2
Black with #BAC7F2
Text Example
Text Example
White with #BAC7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7F2; }
p { color: rgb(186,199,242); }
H1.HeaderClassName
{
color: #BAC7F2;
}
.AnyTagClassName
{
color: #BAC7F2;
}
</style>
background-color css
<style>
a { background-color: #BAC7F2; }
a { background-color: rgb(186,199,242); }
div.DivClassName
{
background-color: #BAC7F2;
}
.BgClassName
{
background-color: #BAC7F2;
}
</style>
border-color css
<style>
span { border-color: #BAC7F2; }
span { border-color: rgb(186,199,242); }
td.TdClassName
{
border-color: #BAC7F2;
}
.TagClassName
{
border-color: #BAC7F2;
}
</style>