Shades of Tropical Blue #B4CAE7
Tints of Tropical Blue #B4CAE7
RGB
CMYK
RGB Variations
Color information
#B4CAE7 (or 0xB4CAE7) is known color: Tropical Blue. HEX triplet: B4, CA and E7. RGB value is (180,202,231). Sum of RGB (Red+Green+Blue) = 180+202+231=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #B4CAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CAE7 is #4B3518. Grayscale: #C6C6C6. Windows color (decimal): -4928793 or 15190708. OLE color: 15190708.
HSL color Cylindrical-coordinate representation of color #B4CAE7: hue angle of 214.12º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4CAE7 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 202 | 231 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.09 |
| HSL | 214.12º | 0.52% | 0.81% | - |
| HSV(B) | 214.12º | 0.22% | 0.91% | - |
| XYZ | 54.37 | 57.71 | 83.88 | - |
| YUV | 198.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 231 | 0.22 | 0.13 | 0 | 0.09 | 214.12 | 0.52 | 0.81 |
| Hex | B4 | CA | E7 | 16 | D | 0 | 9 | D6 | 34 | 51 |
| Octal | 264 | 312 | 347 | 26 | 15 | 0 | 11 | 326 | 64 | 121 |
| Binary | 10110100 | 11001010 | 11100111 | 10110 | 1101 | 0 | 1001 | 11010110 | 110100 | 1010001 |
Color Harmonies of #B4CAE7
Complementary color
Monochromatic Colors of #B4CAE7
Black with #B4CAE7
Text Example
Text Example
White with #B4CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CAE7; }
p { color: rgb(180,202,231); }
H1.HeaderClassName
{
color: #B4CAE7;
}
.AnyTagClassName
{
color: #B4CAE7;
}
</style>
background-color css
<style>
a { background-color: #B4CAE7; }
a { background-color: rgb(180,202,231); }
div.DivClassName
{
background-color: #B4CAE7;
}
.BgClassName
{
background-color: #B4CAE7;
}
</style>
border-color css
<style>
span { border-color: #B4CAE7; }
span { border-color: rgb(180,202,231); }
td.TdClassName
{
border-color: #B4CAE7;
}
.TagClassName
{
border-color: #B4CAE7;
}
</style>