Shades of Periwinkle #BBCCF0
Tints of Periwinkle #BBCCF0
RGB
CMYK
RGB Variations
Color information
#BBCCF0 (or 0xBBCCF0) is known color: Periwinkle. HEX triplet: BB, CC and F0. RGB value is (187,204,240). Sum of RGB (Red+Green+Blue) = 187+204+240=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCF0 is #44330F. Grayscale: #CACACA. Windows color (decimal): -4469520 or 15781051. OLE color: 15781051.
HSL color Cylindrical-coordinate representation of color #BBCCF0: hue angle of 220.75º degrees, saturation: 0.64, 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 #BBCCF0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 187 | 204 | 240 | - |
CMYK | 0.22 | 0.15 | 0 | 0.06 |
HSL | 220.75º | 0.64% | 0.84% | - |
HSV(B) | 220.75º | 0.22% | 0.94% | - |
XYZ | 57.81 | 60.04 | 90.98 | - |
YUV | 203.02 | 148.87 | 116.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 240 | 0.22 | 0.15 | 0 | 0.06 | 220.75 | 0.64 | 0.84 |
Hex | BB | CC | F0 | 16 | F | 0 | 6 | DD | 40 | 54 |
Octal | 273 | 314 | 360 | 26 | 17 | 0 | 6 | 335 | 100 | 124 |
Binary | 10111011 | 11001100 | 11110000 | 10110 | 1111 | 0 | 110 | 11011101 | 1000000 | 1010100 |
Color Harmonies of #BBCCF0
Complementary color
Monochromatic Colors of #BBCCF0
Black with #BBCCF0
Text Example
Text Example
White with #BBCCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCF0; }
p { color: rgb(187,204,240); }
H1.HeaderClassName
{
color: #BBCCF0;
}
.AnyTagClassName
{
color: #BBCCF0;
}
</style>
background-color css
<style>
a { background-color: #BBCCF0; }
a { background-color: rgb(187,204,240); }
div.DivClassName
{
background-color: #BBCCF0;
}
.BgClassName
{
background-color: #BBCCF0;
}
</style>
border-color css
<style>
span { border-color: #BBCCF0; }
span { border-color: rgb(187,204,240); }
td.TdClassName
{
border-color: #BBCCF0;
}
.TagClassName
{
border-color: #BBCCF0;
}
</style>