Shades of Periwinkle #BACAF2
Tints of Periwinkle #BACAF2
RGB
CMYK
RGB Variations
Color information
#BACAF2 (or 0xBACAF2) is known color: Periwinkle. HEX triplet: BA, CA and F2. RGB value is (186,202,242). Sum of RGB (Red+Green+Blue) = 186+202+242=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 202 (79.30% from 255 or 32.06% 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 #BACAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAF2 is #45350D. Grayscale: #C9C9C9. Windows color (decimal): -4535566 or 15911610. OLE color: 15911610.
HSL color Cylindrical-coordinate representation of color #BACAF2: hue angle of 222.86º 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 #BACAF2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 202 | 242 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.05 |
| HSL | 222.86º | 0.68% | 0.84% | - |
| HSV(B) | 222.86º | 0.23% | 0.95% | - |
| XYZ | 57.4 | 59.09 | 92.38 | - |
| YUV | 201.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 242 | 0.23 | 0.17 | 0 | 0.05 | 222.86 | 0.68 | 0.84 |
| Hex | BA | CA | F2 | 17 | 11 | 0 | 5 | DF | 44 | 54 |
| Octal | 272 | 312 | 362 | 27 | 21 | 0 | 5 | 337 | 104 | 124 |
| Binary | 10111010 | 11001010 | 11110010 | 10111 | 10001 | 0 | 101 | 11011111 | 1000100 | 1010100 |
Color Harmonies of #BACAF2
Complementary color
Monochromatic Colors of #BACAF2
Black with #BACAF2
Text Example
Text Example
White with #BACAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAF2; }
p { color: rgb(186,202,242); }
H1.HeaderClassName
{
color: #BACAF2;
}
.AnyTagClassName
{
color: #BACAF2;
}
</style>
background-color css
<style>
a { background-color: #BACAF2; }
a { background-color: rgb(186,202,242); }
div.DivClassName
{
background-color: #BACAF2;
}
.BgClassName
{
background-color: #BACAF2;
}
</style>
border-color css
<style>
span { border-color: #BACAF2; }
span { border-color: rgb(186,202,242); }
td.TdClassName
{
border-color: #BACAF2;
}
.TagClassName
{
border-color: #BACAF2;
}
</style>