Shades of Cruise #BBDFDA
Tints of Cruise #BBDFDA
RGB
CMYK
RGB Variations
Color information
#BBDFDA (or 0xBBDFDA) is known color: Cruise. HEX triplet: BB, DF and DA. RGB value is (187,223,218). Sum of RGB (Red+Green+Blue) = 187+223+218=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFDA is #442025. Grayscale: #D3D3D3. Windows color (decimal): -4464678 or 14344123. OLE color: 14344123.
HSL color Cylindrical-coordinate representation of color #BBDFDA: hue angle of 171.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFDA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 218 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.13 |
| HSL | 171.67º | 0.36% | 0.8% | - |
| HSV(B) | 171.67º | 0.16% | 0.87% | - |
| XYZ | 59.54 | 68.4 | 76.39 | - |
| YUV | 211.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 218 | 0.16 | 0 | 0.02 | 0.13 | 171.67 | 0.36 | 0.8 |
| Hex | BB | DF | DA | 10 | 0 | 2 | D | AC | 24 | 50 |
| Octal | 273 | 337 | 332 | 20 | 0 | 2 | 15 | 254 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11011010 | 10000 | 0 | 10 | 1101 | 10101100 | 100100 | 1010000 |
Color Harmonies of #BBDFDA
Complementary color
Monochromatic Colors of #BBDFDA
Black with #BBDFDA
Text Example
Text Example
White with #BBDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFDA; }
p { color: rgb(187,223,218); }
H1.HeaderClassName
{
color: #BBDFDA;
}
.AnyTagClassName
{
color: #BBDFDA;
}
</style>
background-color css
<style>
a { background-color: #BBDFDA; }
a { background-color: rgb(187,223,218); }
div.DivClassName
{
background-color: #BBDFDA;
}
.BgClassName
{
background-color: #BBDFDA;
}
</style>
border-color css
<style>
span { border-color: #BBDFDA; }
span { border-color: rgb(187,223,218); }
td.TdClassName
{
border-color: #BBDFDA;
}
.TagClassName
{
border-color: #BBDFDA;
}
</style>