Shades of Tropical Blue #BBCFE4
Tints of Tropical Blue #BBCFE4
RGB
CMYK
RGB Variations
Color information
#BBCFE4 (or 0xBBCFE4) is known color: Tropical Blue. HEX triplet: BB, CF and E4. RGB value is (187,207,228). Sum of RGB (Red+Green+Blue) = 187+207+228=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFE4 is #44301B. Grayscale: #CBCBCB. Windows color (decimal): -4468764 or 14995387. OLE color: 14995387.
HSL color Cylindrical-coordinate representation of color #BBCFE4: hue angle of 210.73º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCFE4 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 187 | 207 | 228 | - |
CMYK | 0.18 | 0.09 | 0 | 0.11 |
HSL | 210.73º | 0.43% | 0.81% | - |
HSV(B) | 210.73º | 0.18% | 0.89% | - |
XYZ | 56.81 | 60.79 | 82.14 | - |
YUV | 203.41 | 141.87 | 116.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 207 | 228 | 0.18 | 0.09 | 0 | 0.11 | 210.73 | 0.43 | 0.81 |
Hex | BB | CF | E4 | 12 | 9 | 0 | B | D3 | 2B | 51 |
Octal | 273 | 317 | 344 | 22 | 11 | 0 | 13 | 323 | 53 | 121 |
Binary | 10111011 | 11001111 | 11100100 | 10010 | 1001 | 0 | 1011 | 11010011 | 101011 | 1010001 |
Color Harmonies of #BBCFE4
Complementary color
Monochromatic Colors of #BBCFE4
Black with #BBCFE4
Text Example
Text Example
White with #BBCFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFE4; }
p { color: rgb(187,207,228); }
H1.HeaderClassName
{
color: #BBCFE4;
}
.AnyTagClassName
{
color: #BBCFE4;
}
</style>
background-color css
<style>
a { background-color: #BBCFE4; }
a { background-color: rgb(187,207,228); }
div.DivClassName
{
background-color: #BBCFE4;
}
.BgClassName
{
background-color: #BBCFE4;
}
</style>
border-color css
<style>
span { border-color: #BBCFE4; }
span { border-color: rgb(187,207,228); }
td.TdClassName
{
border-color: #BBCFE4;
}
.TagClassName
{
border-color: #BBCFE4;
}
</style>