Shades of Periwinkle #BBCBEC
Tints of Periwinkle #BBCBEC
RGB
CMYK
RGB Variations
Color information
#BBCBEC (or 0xBBCBEC) is known color: Periwinkle. HEX triplet: BB, CB and EC. RGB value is (187,203,236). Sum of RGB (Red+Green+Blue) = 187+203+236=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBEC is #443413. Grayscale: #C9C9C9. Windows color (decimal): -4469780 or 15518651. OLE color: 15518651.
HSL color Cylindrical-coordinate representation of color #BBCBEC: hue angle of 220.41º degrees, saturation: 0.56, 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 #BBCBEC is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 203 | 236 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.07 |
| HSL | 220.41º | 0.56% | 0.83% | - |
| HSV(B) | 220.41º | 0.21% | 0.93% | - |
| XYZ | 56.99 | 59.33 | 87.81 | - |
| YUV | 201.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 236 | 0.21 | 0.14 | 0 | 0.07 | 220.41 | 0.56 | 0.83 |
| Hex | BB | CB | EC | 15 | E | 0 | 7 | DC | 38 | 53 |
| Octal | 273 | 313 | 354 | 25 | 16 | 0 | 7 | 334 | 70 | 123 |
| Binary | 10111011 | 11001011 | 11101100 | 10101 | 1110 | 0 | 111 | 11011100 | 111000 | 1010011 |
Color Harmonies of #BBCBEC
Complementary color
Monochromatic Colors of #BBCBEC
Black with #BBCBEC
Text Example
Text Example
White with #BBCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBEC; }
p { color: rgb(187,203,236); }
H1.HeaderClassName
{
color: #BBCBEC;
}
.AnyTagClassName
{
color: #BBCBEC;
}
</style>
background-color css
<style>
a { background-color: #BBCBEC; }
a { background-color: rgb(187,203,236); }
div.DivClassName
{
background-color: #BBCBEC;
}
.BgClassName
{
background-color: #BBCBEC;
}
</style>
border-color css
<style>
span { border-color: #BBCBEC; }
span { border-color: rgb(187,203,236); }
td.TdClassName
{
border-color: #BBCBEC;
}
.TagClassName
{
border-color: #BBCBEC;
}
</style>