Shades of Periwinkle #BBCDEE
Tints of Periwinkle #BBCDEE
RGB
CMYK
RGB Variations
Color information
#BBCDEE (or 0xBBCDEE) is known color: Periwinkle. HEX triplet: BB, CD and EE. RGB value is (187,205,238). Sum of RGB (Red+Green+Blue) = 187+205+238=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDEE is #443211. Grayscale: #CBCBCB. Windows color (decimal): -4469266 or 15650235. OLE color: 15650235.
HSL color Cylindrical-coordinate representation of color #BBCDEE: hue angle of 218.82º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCDEE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 205 | 238 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.07 |
| HSL | 218.82º | 0.6% | 0.83% | - |
| HSV(B) | 218.82º | 0.21% | 0.93% | - |
| XYZ | 57.76 | 60.4 | 89.5 | - |
| YUV | 203.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 238 | 0.21 | 0.14 | 0 | 0.07 | 218.82 | 0.6 | 0.83 |
| Hex | BB | CD | EE | 15 | E | 0 | 7 | DB | 3C | 53 |
| Octal | 273 | 315 | 356 | 25 | 16 | 0 | 7 | 333 | 74 | 123 |
| Binary | 10111011 | 11001101 | 11101110 | 10101 | 1110 | 0 | 111 | 11011011 | 111100 | 1010011 |
Color Harmonies of #BBCDEE
Complementary color
Monochromatic Colors of #BBCDEE
Black with #BBCDEE
Text Example
Text Example
White with #BBCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDEE; }
p { color: rgb(187,205,238); }
H1.HeaderClassName
{
color: #BBCDEE;
}
.AnyTagClassName
{
color: #BBCDEE;
}
</style>
background-color css
<style>
a { background-color: #BBCDEE; }
a { background-color: rgb(187,205,238); }
div.DivClassName
{
background-color: #BBCDEE;
}
.BgClassName
{
background-color: #BBCDEE;
}
</style>
border-color css
<style>
span { border-color: #BBCDEE; }
span { border-color: rgb(187,205,238); }
td.TdClassName
{
border-color: #BBCDEE;
}
.TagClassName
{
border-color: #BBCDEE;
}
</style>