Shades of Periwinkle #BBCBEF
Tints of Periwinkle #BBCBEF
RGB
CMYK
RGB Variations
Color information
#BBCBEF (or 0xBBCBEF) is known color: Periwinkle. HEX triplet: BB, CB and EF. RGB value is (187,203,239). Sum of RGB (Red+Green+Blue) = 187+203+239=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBEF is #443410. Grayscale: #CACACA. Windows color (decimal): -4469777 or 15715259. OLE color: 15715259.
HSL color Cylindrical-coordinate representation of color #BBCBEF: hue angle of 221.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCBEF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 203 | 239 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.06 |
| HSL | 221.54º | 0.62% | 0.84% | - |
| HSV(B) | 221.54º | 0.22% | 0.94% | - |
| XYZ | 57.43 | 59.51 | 90.12 | - |
| YUV | 202.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 239 | 0.22 | 0.15 | 0 | 0.06 | 221.54 | 0.62 | 0.84 |
| Hex | BB | CB | EF | 16 | F | 0 | 6 | DE | 3E | 54 |
| Octal | 273 | 313 | 357 | 26 | 17 | 0 | 6 | 336 | 76 | 124 |
| Binary | 10111011 | 11001011 | 11101111 | 10110 | 1111 | 0 | 110 | 11011110 | 111110 | 1010100 |
Color Harmonies of #BBCBEF
Complementary color
Monochromatic Colors of #BBCBEF
Black with #BBCBEF
Text Example
Text Example
White with #BBCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBEF; }
p { color: rgb(187,203,239); }
H1.HeaderClassName
{
color: #BBCBEF;
}
.AnyTagClassName
{
color: #BBCBEF;
}
</style>
background-color css
<style>
a { background-color: #BBCBEF; }
a { background-color: rgb(187,203,239); }
div.DivClassName
{
background-color: #BBCBEF;
}
.BgClassName
{
background-color: #BBCBEF;
}
</style>
border-color css
<style>
span { border-color: #BBCBEF; }
span { border-color: rgb(187,203,239); }
td.TdClassName
{
border-color: #BBCBEF;
}
.TagClassName
{
border-color: #BBCBEF;
}
</style>