Shades of Cruise #BBE3DB
Tints of Cruise #BBE3DB
RGB
CMYK
RGB Variations
Color information
#BBE3DB (or 0xBBE3DB) is known color: Cruise. HEX triplet: BB, E3 and DB. RGB value is (187,227,219). Sum of RGB (Red+Green+Blue) = 187+227+219=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3DB is #441C24. Grayscale: #D6D6D6. Windows color (decimal): -4463653 or 14410683. OLE color: 14410683.
HSL color Cylindrical-coordinate representation of color #BBE3DB: hue angle of 168º degrees, saturation: 0.42, 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 #BBE3DB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 219 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 168º | 0.42% | 0.81% | - |
| HSV(B) | 168º | 0.18% | 0.89% | - |
| XYZ | 60.75 | 70.62 | 77.45 | - |
| YUV | 214.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 219 | 0.18 | 0 | 0.04 | 0.11 | 168 | 0.42 | 0.81 |
| Hex | BB | E3 | DB | 12 | 0 | 4 | B | A8 | 2A | 51 |
| Octal | 273 | 343 | 333 | 22 | 0 | 4 | 13 | 250 | 52 | 121 |
| Binary | 10111011 | 11100011 | 11011011 | 10010 | 0 | 100 | 1011 | 10101000 | 101010 | 1010001 |
Color Harmonies of #BBE3DB
Complementary color
Monochromatic Colors of #BBE3DB
Black with #BBE3DB
Text Example
Text Example
White with #BBE3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3DB; }
p { color: rgb(187,227,219); }
H1.HeaderClassName
{
color: #BBE3DB;
}
.AnyTagClassName
{
color: #BBE3DB;
}
</style>
background-color css
<style>
a { background-color: #BBE3DB; }
a { background-color: rgb(187,227,219); }
div.DivClassName
{
background-color: #BBE3DB;
}
.BgClassName
{
background-color: #BBE3DB;
}
</style>
border-color css
<style>
span { border-color: #BBE3DB; }
span { border-color: rgb(187,227,219); }
td.TdClassName
{
border-color: #BBE3DB;
}
.TagClassName
{
border-color: #BBE3DB;
}
</style>