Shades of Cruise #BBDFD3
Tints of Cruise #BBDFD3
RGB
CMYK
RGB Variations
Color information
#BBDFD3 (or 0xBBDFD3) is known color: Cruise. HEX triplet: BB, DF and D3. RGB value is (187,223,211). Sum of RGB (Red+Green+Blue) = 187+223+211=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD3 is #44202C. Grayscale: #D2D2D2. Windows color (decimal): -4464685 or 13885371. OLE color: 13885371.
HSL color Cylindrical-coordinate representation of color #BBDFD3: hue angle of 160º 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 #BBDFD3 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 211 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.13 |
| HSL | 160º | 0.36% | 0.8% | - |
| HSV(B) | 160º | 0.16% | 0.87% | - |
| XYZ | 58.64 | 68.04 | 71.67 | - |
| YUV | 210.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 211 | 0.16 | 0 | 0.05 | 0.13 | 160 | 0.36 | 0.8 |
| Hex | BB | DF | D3 | 10 | 0 | 5 | D | A0 | 24 | 50 |
| Octal | 273 | 337 | 323 | 20 | 0 | 5 | 15 | 240 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11010011 | 10000 | 0 | 101 | 1101 | 10100000 | 100100 | 1010000 |
Color Harmonies of #BBDFD3
Complementary color
Monochromatic Colors of #BBDFD3
Black with #BBDFD3
Text Example
Text Example
White with #BBDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFD3; }
p { color: rgb(187,223,211); }
H1.HeaderClassName
{
color: #BBDFD3;
}
.AnyTagClassName
{
color: #BBDFD3;
}
</style>
background-color css
<style>
a { background-color: #BBDFD3; }
a { background-color: rgb(187,223,211); }
div.DivClassName
{
background-color: #BBDFD3;
}
.BgClassName
{
background-color: #BBDFD3;
}
</style>
border-color css
<style>
span { border-color: #BBDFD3; }
span { border-color: rgb(187,223,211); }
td.TdClassName
{
border-color: #BBDFD3;
}
.TagClassName
{
border-color: #BBDFD3;
}
</style>