Shades of Periwinkle #BFD6ED
Tints of Periwinkle #BFD6ED
RGB
CMYK
RGB Variations
Color information
#BFD6ED (or 0xBFD6ED) is known color: Periwinkle. HEX triplet: BF, D6 and ED. RGB value is (191,214,237). Sum of RGB (Red+Green+Blue) = 191+214+237=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6ED is #402912. Grayscale: #D1D1D1. Windows color (decimal): -4204819 or 15587007. OLE color: 15587007.
HSL color Cylindrical-coordinate representation of color #BFD6ED: hue angle of 210º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD6ED is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 214 | 237 | - |
CMYK | 0.19 | 0.10 | 0 | 0.07 |
HSL | 210º | 0.56% | 0.84% | - |
HSV(B) | 210º | 0.19% | 0.93% | - |
XYZ | 60.82 | 65.28 | 89.52 | - |
YUV | 209.75 | 143.38 | 114.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 214 | 237 | 0.19 | 0.10 | 0 | 0.07 | 210 | 0.56 | 0.84 |
Hex | BF | D6 | ED | 13 | A | 0 | 7 | D2 | 38 | 54 |
Octal | 277 | 326 | 355 | 23 | 12 | 0 | 7 | 322 | 70 | 124 |
Binary | 10111111 | 11010110 | 11101101 | 10011 | 1010 | 0 | 111 | 11010010 | 111000 | 1010100 |
Color Harmonies of #BFD6ED
Complementary color
Monochromatic Colors of #BFD6ED
Black with #BFD6ED
Text Example
Text Example
White with #BFD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6ED; }
p { color: rgb(191,214,237); }
H1.HeaderClassName
{
color: #BFD6ED;
}
.AnyTagClassName
{
color: #BFD6ED;
}
</style>
background-color css
<style>
a { background-color: #BFD6ED; }
a { background-color: rgb(191,214,237); }
div.DivClassName
{
background-color: #BFD6ED;
}
.BgClassName
{
background-color: #BFD6ED;
}
</style>
border-color css
<style>
span { border-color: #BFD6ED; }
span { border-color: rgb(191,214,237); }
td.TdClassName
{
border-color: #BFD6ED;
}
.TagClassName
{
border-color: #BFD6ED;
}
</style>