Shades of Periwinkle #BFD0EA
Tints of Periwinkle #BFD0EA
RGB
CMYK
RGB Variations
Color information
#BFD0EA (or 0xBFD0EA) is known color: Periwinkle. HEX triplet: BF, D0 and EA. RGB value is (191,208,234). Sum of RGB (Red+Green+Blue) = 191+208+234=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0EA is #402F15. Grayscale: #CDCDCD. Windows color (decimal): -4206358 or 15388863. OLE color: 15388863.
HSL color Cylindrical-coordinate representation of color #BFD0EA: hue angle of 216.28º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD0EA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 208 | 234 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.08 |
| HSL | 216.28º | 0.51% | 0.83% | - |
| HSV(B) | 216.28º | 0.18% | 0.92% | - |
| XYZ | 58.89 | 62.13 | 86.73 | - |
| YUV | 205.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 234 | 0.18 | 0.11 | 0 | 0.08 | 216.28 | 0.51 | 0.83 |
| Hex | BF | D0 | EA | 12 | B | 0 | 8 | D8 | 33 | 53 |
| Octal | 277 | 320 | 352 | 22 | 13 | 0 | 10 | 330 | 63 | 123 |
| Binary | 10111111 | 11010000 | 11101010 | 10010 | 1011 | 0 | 1000 | 11011000 | 110011 | 1010011 |
Color Harmonies of #BFD0EA
Complementary color
Monochromatic Colors of #BFD0EA
Black with #BFD0EA
Text Example
Text Example
White with #BFD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0EA; }
p { color: rgb(191,208,234); }
H1.HeaderClassName
{
color: #BFD0EA;
}
.AnyTagClassName
{
color: #BFD0EA;
}
</style>
background-color css
<style>
a { background-color: #BFD0EA; }
a { background-color: rgb(191,208,234); }
div.DivClassName
{
background-color: #BFD0EA;
}
.BgClassName
{
background-color: #BFD0EA;
}
</style>
border-color css
<style>
span { border-color: #BFD0EA; }
span { border-color: rgb(191,208,234); }
td.TdClassName
{
border-color: #BFD0EA;
}
.TagClassName
{
border-color: #BFD0EA;
}
</style>