Shades of Periwinkle #BFD2EA
Tints of Periwinkle #BFD2EA
RGB
CMYK
RGB Variations
Color information
#BFD2EA (or 0xBFD2EA) is known color: Periwinkle. HEX triplet: BF, D2 and EA. RGB value is (191,210,234). Sum of RGB (Red+Green+Blue) = 191+210+234=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2EA is #402D15. Grayscale: #CECECE. Windows color (decimal): -4205846 or 15389375. OLE color: 15389375.
HSL color Cylindrical-coordinate representation of color #BFD2EA: hue angle of 213.49º 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 #BFD2EA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 210 | 234 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.08 |
| HSL | 213.49º | 0.51% | 0.83% | - |
| HSV(B) | 213.49º | 0.18% | 0.92% | - |
| XYZ | 59.38 | 63.11 | 86.89 | - |
| YUV | 207.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 234 | 0.18 | 0.10 | 0 | 0.08 | 213.49 | 0.51 | 0.83 |
| Hex | BF | D2 | EA | 12 | A | 0 | 8 | D5 | 33 | 53 |
| Octal | 277 | 322 | 352 | 22 | 12 | 0 | 10 | 325 | 63 | 123 |
| Binary | 10111111 | 11010010 | 11101010 | 10010 | 1010 | 0 | 1000 | 11010101 | 110011 | 1010011 |
Color Harmonies of #BFD2EA
Complementary color
Monochromatic Colors of #BFD2EA
Black with #BFD2EA
Text Example
Text Example
White with #BFD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2EA; }
p { color: rgb(191,210,234); }
H1.HeaderClassName
{
color: #BFD2EA;
}
.AnyTagClassName
{
color: #BFD2EA;
}
</style>
background-color css
<style>
a { background-color: #BFD2EA; }
a { background-color: rgb(191,210,234); }
div.DivClassName
{
background-color: #BFD2EA;
}
.BgClassName
{
background-color: #BFD2EA;
}
</style>
border-color css
<style>
span { border-color: #BFD2EA; }
span { border-color: rgb(191,210,234); }
td.TdClassName
{
border-color: #BFD2EA;
}
.TagClassName
{
border-color: #BFD2EA;
}
</style>