Shades of Periwinkle #BFCEEE
Tints of Periwinkle #BFCEEE
RGB
CMYK
RGB Variations
Color information
#BFCEEE (or 0xBFCEEE) is known color: Periwinkle. HEX triplet: BF, CE and EE. RGB value is (191,206,238). Sum of RGB (Red+Green+Blue) = 191+206+238=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEEE is #403111. Grayscale: #CDCDCD. Windows color (decimal): -4206866 or 15650495. OLE color: 15650495.
HSL color Cylindrical-coordinate representation of color #BFCEEE: hue angle of 220.85º 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 #BFCEEE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 206 | 238 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.07 |
| HSL | 220.85º | 0.58% | 0.84% | - |
| HSV(B) | 220.85º | 0.2% | 0.93% | - |
| XYZ | 58.99 | 61.39 | 89.63 | - |
| YUV | 205.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 238 | 0.20 | 0.13 | 0 | 0.07 | 220.85 | 0.58 | 0.84 |
| Hex | BF | CE | EE | 14 | D | 0 | 7 | DD | 3A | 54 |
| Octal | 277 | 316 | 356 | 24 | 15 | 0 | 7 | 335 | 72 | 124 |
| Binary | 10111111 | 11001110 | 11101110 | 10100 | 1101 | 0 | 111 | 11011101 | 111010 | 1010100 |
Color Harmonies of #BFCEEE
Complementary color
Monochromatic Colors of #BFCEEE
Black with #BFCEEE
Text Example
Text Example
White with #BFCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEEE; }
p { color: rgb(191,206,238); }
H1.HeaderClassName
{
color: #BFCEEE;
}
.AnyTagClassName
{
color: #BFCEEE;
}
</style>
background-color css
<style>
a { background-color: #BFCEEE; }
a { background-color: rgb(191,206,238); }
div.DivClassName
{
background-color: #BFCEEE;
}
.BgClassName
{
background-color: #BFCEEE;
}
</style>
border-color css
<style>
span { border-color: #BFCEEE; }
span { border-color: rgb(191,206,238); }
td.TdClassName
{
border-color: #BFCEEE;
}
.TagClassName
{
border-color: #BFCEEE;
}
</style>