Shades of Periwinkle #BFD2E6
Tints of Periwinkle #BFD2E6
RGB
CMYK
RGB Variations
Color information
#BFD2E6 (or 0xBFD2E6) is known color: Periwinkle. HEX triplet: BF, D2 and E6. RGB value is (191,210,230). Sum of RGB (Red+Green+Blue) = 191+210+230=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2E6 is #402D19. Grayscale: #CECECE. Windows color (decimal): -4205850 or 15127231. OLE color: 15127231.
HSL color Cylindrical-coordinate representation of color #BFD2E6: hue angle of 210.77º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD2E6 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 210 | 230 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.10 |
| HSL | 210.77º | 0.44% | 0.83% | - |
| HSV(B) | 210.77º | 0.17% | 0.9% | - |
| XYZ | 58.82 | 62.88 | 83.9 | - |
| YUV | 206.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 230 | 0.17 | 0.09 | 0 | 0.10 | 210.77 | 0.44 | 0.83 |
| Hex | BF | D2 | E6 | 11 | 9 | 0 | A | D3 | 2C | 53 |
| Octal | 277 | 322 | 346 | 21 | 11 | 0 | 12 | 323 | 54 | 123 |
| Binary | 10111111 | 11010010 | 11100110 | 10001 | 1001 | 0 | 1010 | 11010011 | 101100 | 1010011 |
Color Harmonies of #BFD2E6
Complementary color
Monochromatic Colors of #BFD2E6
Black with #BFD2E6
Text Example
Text Example
White with #BFD2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2E6; }
p { color: rgb(191,210,230); }
H1.HeaderClassName
{
color: #BFD2E6;
}
.AnyTagClassName
{
color: #BFD2E6;
}
</style>
background-color css
<style>
a { background-color: #BFD2E6; }
a { background-color: rgb(191,210,230); }
div.DivClassName
{
background-color: #BFD2E6;
}
.BgClassName
{
background-color: #BFD2E6;
}
</style>
border-color css
<style>
span { border-color: #BFD2E6; }
span { border-color: rgb(191,210,230); }
td.TdClassName
{
border-color: #BFD2E6;
}
.TagClassName
{
border-color: #BFD2E6;
}
</style>