Shades of Tropical Blue #B0CAE4
Tints of Tropical Blue #B0CAE4
RGB
CMYK
RGB Variations
Color information
#B0CAE4 (or 0xB0CAE4) is known color: Tropical Blue. HEX triplet: B0, CA and E4. RGB value is (176,202,228). Sum of RGB (Red+Green+Blue) = 176+202+228=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #B0CAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CAE4 is #4F351B. Grayscale: #C5C5C5. Windows color (decimal): -5190940 or 14994096. OLE color: 14994096.
HSL color Cylindrical-coordinate representation of color #B0CAE4: hue angle of 210º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CAE4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 202 | 228 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.11 |
| HSL | 210º | 0.49% | 0.79% | - |
| HSV(B) | 210º | 0.23% | 0.89% | - |
| XYZ | 53.03 | 57.07 | 81.62 | - |
| YUV | 197.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 228 | 0.23 | 0.11 | 0 | 0.11 | 210 | 0.49 | 0.79 |
| Hex | B0 | CA | E4 | 17 | B | 0 | B | D2 | 31 | 4F |
| Octal | 260 | 312 | 344 | 27 | 13 | 0 | 13 | 322 | 61 | 117 |
| Binary | 10110000 | 11001010 | 11100100 | 10111 | 1011 | 0 | 1011 | 11010010 | 110001 | 1001111 |
Color Harmonies of #B0CAE4
Complementary color
Monochromatic Colors of #B0CAE4
Black with #B0CAE4
Text Example
Text Example
White with #B0CAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CAE4; }
p { color: rgb(176,202,228); }
H1.HeaderClassName
{
color: #B0CAE4;
}
.AnyTagClassName
{
color: #B0CAE4;
}
</style>
background-color css
<style>
a { background-color: #B0CAE4; }
a { background-color: rgb(176,202,228); }
div.DivClassName
{
background-color: #B0CAE4;
}
.BgClassName
{
background-color: #B0CAE4;
}
</style>
border-color css
<style>
span { border-color: #B0CAE4; }
span { border-color: rgb(176,202,228); }
td.TdClassName
{
border-color: #B0CAE4;
}
.TagClassName
{
border-color: #B0CAE4;
}
</style>