Shades of Periwinkle #BFD3E8
Tints of Periwinkle #BFD3E8
RGB
CMYK
RGB Variations
Color information
#BFD3E8 (or 0xBFD3E8) is known color: Periwinkle. HEX triplet: BF, D3 and E8. RGB value is (191,211,232). Sum of RGB (Red+Green+Blue) = 191+211+232=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFD3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD3E8 is #402C17. Grayscale: #CFCFCF. Windows color (decimal): -4205592 or 15258559. OLE color: 15258559.
HSL color Cylindrical-coordinate representation of color #BFD3E8: hue angle of 210.73º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD3E8 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 191 | 211 | 232 | - |
CMYK | 0.18 | 0.09 | 0 | 0.09 |
HSL | 210.73º | 0.47% | 0.83% | - |
HSV(B) | 210.73º | 0.18% | 0.91% | - |
XYZ | 59.35 | 63.49 | 85.47 | - |
YUV | 207.41 | 141.87 | 116.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 211 | 232 | 0.18 | 0.09 | 0 | 0.09 | 210.73 | 0.47 | 0.83 |
Hex | BF | D3 | E8 | 12 | 9 | 0 | 9 | D3 | 2F | 53 |
Octal | 277 | 323 | 350 | 22 | 11 | 0 | 11 | 323 | 57 | 123 |
Binary | 10111111 | 11010011 | 11101000 | 10010 | 1001 | 0 | 1001 | 11010011 | 101111 | 1010011 |
Color Harmonies of #BFD3E8
Complementary color
Monochromatic Colors of #BFD3E8
Black with #BFD3E8
Text Example
Text Example
White with #BFD3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3E8; }
p { color: rgb(191,211,232); }
H1.HeaderClassName
{
color: #BFD3E8;
}
.AnyTagClassName
{
color: #BFD3E8;
}
</style>
background-color css
<style>
a { background-color: #BFD3E8; }
a { background-color: rgb(191,211,232); }
div.DivClassName
{
background-color: #BFD3E8;
}
.BgClassName
{
background-color: #BFD3E8;
}
</style>
border-color css
<style>
span { border-color: #BFD3E8; }
span { border-color: rgb(191,211,232); }
td.TdClassName
{
border-color: #BFD3E8;
}
.TagClassName
{
border-color: #BFD3E8;
}
</style>