Shades of Cruise #BBE6D9
Tints of Cruise #BBE6D9
RGB
CMYK
RGB Variations
Color information
#BBE6D9 (or 0xBBE6D9) is known color: Cruise. HEX triplet: BB, E6 and D9. RGB value is (187,230,217). Sum of RGB (Red+Green+Blue) = 187+230+217=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6D9 is #441926. Grayscale: #D7D7D7. Windows color (decimal): -4462887 or 14280379. OLE color: 14280379.
HSL color Cylindrical-coordinate representation of color #BBE6D9: hue angle of 161.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE6D9 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 217 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.10 |
| HSL | 161.86º | 0.46% | 0.82% | - |
| HSV(B) | 161.86º | 0.19% | 0.9% | - |
| XYZ | 61.31 | 72.17 | 76.34 | - |
| YUV | 215.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 217 | 0.19 | 0 | 0.06 | 0.10 | 161.86 | 0.46 | 0.82 |
| Hex | BB | E6 | D9 | 13 | 0 | 6 | A | A2 | 2E | 52 |
| Octal | 273 | 346 | 331 | 23 | 0 | 6 | 12 | 242 | 56 | 122 |
| Binary | 10111011 | 11100110 | 11011001 | 10011 | 0 | 110 | 1010 | 10100010 | 101110 | 1010010 |
Color Harmonies of #BBE6D9
Complementary color
Monochromatic Colors of #BBE6D9
Black with #BBE6D9
Text Example
Text Example
White with #BBE6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE6D9; }
p { color: rgb(187,230,217); }
H1.HeaderClassName
{
color: #BBE6D9;
}
.AnyTagClassName
{
color: #BBE6D9;
}
</style>
background-color css
<style>
a { background-color: #BBE6D9; }
a { background-color: rgb(187,230,217); }
div.DivClassName
{
background-color: #BBE6D9;
}
.BgClassName
{
background-color: #BBE6D9;
}
</style>
border-color css
<style>
span { border-color: #BBE6D9; }
span { border-color: rgb(187,230,217); }
td.TdClassName
{
border-color: #BBE6D9;
}
.TagClassName
{
border-color: #BBE6D9;
}
</style>