Shades of Periwinkle #BBCDFD
Tints of Periwinkle #BBCDFD
RGB
CMYK
RGB Variations
Color information
#BBCDFD (or 0xBBCDFD) is known color: Periwinkle. HEX triplet: BB, CD and FD. RGB value is (187,205,253). Sum of RGB (Red+Green+Blue) = 187+205+253=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBCDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDFD is #443202. Grayscale: #CCCCCC. Windows color (decimal): -4469251 or 16633275. OLE color: 16633275.
HSL color Cylindrical-coordinate representation of color #BBCDFD: hue angle of 223.64º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCDFD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 187 | 205 | 253 | - |
CMYK | 0.26 | 0.19 | 0 | 0.01 |
HSL | 223.64º | 0.94% | 0.86% | - |
HSV(B) | 223.64º | 0.26% | 0.99% | - |
XYZ | 60.05 | 61.32 | 101.6 | - |
YUV | 205.09 | 155.04 | 115.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 253 | 0.26 | 0.19 | 0 | 0.01 | 223.64 | 0.94 | 0.86 |
Hex | BB | CD | FD | 1A | 13 | 0 | 1 | E0 | 5E | 56 |
Octal | 273 | 315 | 375 | 32 | 23 | 0 | 1 | 340 | 136 | 126 |
Binary | 10111011 | 11001101 | 11111101 | 11010 | 10011 | 0 | 1 | 11100000 | 1011110 | 1010110 |
Color Harmonies of #BBCDFD
Complementary color
Monochromatic Colors of #BBCDFD
Black with #BBCDFD
Text Example
Text Example
White with #BBCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDFD; }
p { color: rgb(187,205,253); }
H1.HeaderClassName
{
color: #BBCDFD;
}
.AnyTagClassName
{
color: #BBCDFD;
}
</style>
background-color css
<style>
a { background-color: #BBCDFD; }
a { background-color: rgb(187,205,253); }
div.DivClassName
{
background-color: #BBCDFD;
}
.BgClassName
{
background-color: #BBCDFD;
}
</style>
border-color css
<style>
span { border-color: #BBCDFD; }
span { border-color: rgb(187,205,253); }
td.TdClassName
{
border-color: #BBCDFD;
}
.TagClassName
{
border-color: #BBCDFD;
}
</style>