Shades of Periwinkle #BFCDEE
Tints of Periwinkle #BFCDEE
RGB
CMYK
RGB Variations
Color information
#BFCDEE (or 0xBFCDEE) is known color: Periwinkle. HEX triplet: BF, CD and EE. RGB value is (191,205,238). Sum of RGB (Red+Green+Blue) = 191+205+238=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDEE is #403211. Grayscale: #CCCCCC. Windows color (decimal): -4207122 or 15650239. OLE color: 15650239.
HSL color Cylindrical-coordinate representation of color #BFCDEE: hue angle of 222.13º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCDEE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 205 | 238 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.07 |
| HSL | 222.13º | 0.58% | 0.84% | - |
| HSV(B) | 222.13º | 0.2% | 0.93% | - |
| XYZ | 58.75 | 60.91 | 89.55 | - |
| YUV | 204.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 238 | 0.20 | 0.14 | 0 | 0.07 | 222.13 | 0.58 | 0.84 |
| Hex | BF | CD | EE | 14 | E | 0 | 7 | DE | 3A | 54 |
| Octal | 277 | 315 | 356 | 24 | 16 | 0 | 7 | 336 | 72 | 124 |
| Binary | 10111111 | 11001101 | 11101110 | 10100 | 1110 | 0 | 111 | 11011110 | 111010 | 1010100 |
Color Harmonies of #BFCDEE
Complementary color
Monochromatic Colors of #BFCDEE
Black with #BFCDEE
Text Example
Text Example
White with #BFCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDEE; }
p { color: rgb(191,205,238); }
H1.HeaderClassName
{
color: #BFCDEE;
}
.AnyTagClassName
{
color: #BFCDEE;
}
</style>
background-color css
<style>
a { background-color: #BFCDEE; }
a { background-color: rgb(191,205,238); }
div.DivClassName
{
background-color: #BFCDEE;
}
.BgClassName
{
background-color: #BFCDEE;
}
</style>
border-color css
<style>
span { border-color: #BFCDEE; }
span { border-color: rgb(191,205,238); }
td.TdClassName
{
border-color: #BFCDEE;
}
.TagClassName
{
border-color: #BFCDEE;
}
</style>