Shades of Cruise #BCDFDB
Tints of Cruise #BCDFDB
RGB
CMYK
RGB Variations
Color information
#BCDFDB (or 0xBCDFDB) is known color: Cruise. HEX triplet: BC, DF and DB. RGB value is (188,223,219). Sum of RGB (Red+Green+Blue) = 188+223+219=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFDB is #432024. Grayscale: #D4D4D4. Windows color (decimal): -4399141 or 14409660. OLE color: 14409660.
HSL color Cylindrical-coordinate representation of color #BCDFDB: hue angle of 173.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFDB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 219 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.13 |
| HSL | 173.14º | 0.35% | 0.81% | - |
| HSV(B) | 173.14º | 0.16% | 0.87% | - |
| XYZ | 59.91 | 68.58 | 77.1 | - |
| YUV | 212.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 219 | 0.16 | 0 | 0.02 | 0.13 | 173.14 | 0.35 | 0.81 |
| Hex | BC | DF | DB | 10 | 0 | 2 | D | AD | 23 | 51 |
| Octal | 274 | 337 | 333 | 20 | 0 | 2 | 15 | 255 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11011011 | 10000 | 0 | 10 | 1101 | 10101101 | 100011 | 1010001 |
Color Harmonies of #BCDFDB
Complementary color
Monochromatic Colors of #BCDFDB
Black with #BCDFDB
Text Example
Text Example
White with #BCDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFDB; }
p { color: rgb(188,223,219); }
H1.HeaderClassName
{
color: #BCDFDB;
}
.AnyTagClassName
{
color: #BCDFDB;
}
</style>
background-color css
<style>
a { background-color: #BCDFDB; }
a { background-color: rgb(188,223,219); }
div.DivClassName
{
background-color: #BCDFDB;
}
.BgClassName
{
background-color: #BCDFDB;
}
</style>
border-color css
<style>
span { border-color: #BCDFDB; }
span { border-color: rgb(188,223,219); }
td.TdClassName
{
border-color: #BCDFDB;
}
.TagClassName
{
border-color: #BCDFDB;
}
</style>