Shades of Tropical Blue #B4C6FC
Tints of Tropical Blue #B4C6FC
RGB
CMYK
RGB Variations
Color information
#B4C6FC (or 0xB4C6FC) is known color: Tropical Blue. HEX triplet: B4, C6 and FC. RGB value is (180,198,252). Sum of RGB (Red+Green+Blue) = 180+198+252=630 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.57% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4C6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C6FC is #4B3903. Grayscale: #C6C6C6. Windows color (decimal): -4929796 or 16565940. OLE color: 16565940.
HSL color Cylindrical-coordinate representation of color #B4C6FC: hue angle of 225º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4C6FC is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 198 | 252 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.01 |
| HSL | 225º | 0.92% | 0.85% | - |
| HSV(B) | 225º | 0.29% | 0.99% | - |
| XYZ | 56.59 | 57.12 | 100.14 | - |
| YUV | 198.77 | 158.04 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 252 | 0.29 | 0.21 | 0 | 0.01 | 225 | 0.92 | 0.85 |
| Hex | B4 | C6 | FC | 1D | 15 | 0 | 1 | E1 | 5C | 55 |
| Octal | 264 | 306 | 374 | 35 | 25 | 0 | 1 | 341 | 134 | 125 |
| Binary | 10110100 | 11000110 | 11111100 | 11101 | 10101 | 0 | 1 | 11100001 | 1011100 | 1010101 |
Color Harmonies of #B4C6FC
Complementary color
Monochromatic Colors of #B4C6FC
Black with #B4C6FC
Text Example
Text Example
White with #B4C6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C6FC; }
p { color: rgb(180,198,252); }
H1.HeaderClassName
{
color: #B4C6FC;
}
.AnyTagClassName
{
color: #B4C6FC;
}
</style>
background-color css
<style>
a { background-color: #B4C6FC; }
a { background-color: rgb(180,198,252); }
div.DivClassName
{
background-color: #B4C6FC;
}
.BgClassName
{
background-color: #B4C6FC;
}
</style>
border-color css
<style>
span { border-color: #B4C6FC; }
span { border-color: rgb(180,198,252); }
td.TdClassName
{
border-color: #B4C6FC;
}
.TagClassName
{
border-color: #B4C6FC;
}
</style>