Shades of Cruise #BCDFD5
Tints of Cruise #BCDFD5
RGB
CMYK
RGB Variations
Color information
#BCDFD5 (or 0xBCDFD5) is known color: Cruise. HEX triplet: BC, DF and D5. RGB value is (188,223,213). Sum of RGB (Red+Green+Blue) = 188+223+213=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD5 is #43202A. Grayscale: #D3D3D3. Windows color (decimal): -4399147 or 14016444. OLE color: 14016444.
HSL color Cylindrical-coordinate representation of color #BCDFD5: hue angle of 162.86º 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 #BCDFD5 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 213 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.13 |
| HSL | 162.86º | 0.35% | 0.81% | - |
| HSV(B) | 162.86º | 0.16% | 0.87% | - |
| XYZ | 59.14 | 68.27 | 73.01 | - |
| YUV | 211.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 213 | 0.16 | 0 | 0.04 | 0.13 | 162.86 | 0.35 | 0.81 |
| Hex | BC | DF | D5 | 10 | 0 | 4 | D | A3 | 23 | 51 |
| Octal | 274 | 337 | 325 | 20 | 0 | 4 | 15 | 243 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11010101 | 10000 | 0 | 100 | 1101 | 10100011 | 100011 | 1010001 |
Color Harmonies of #BCDFD5
Complementary color
Monochromatic Colors of #BCDFD5
Black with #BCDFD5
Text Example
Text Example
White with #BCDFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFD5; }
p { color: rgb(188,223,213); }
H1.HeaderClassName
{
color: #BCDFD5;
}
.AnyTagClassName
{
color: #BCDFD5;
}
</style>
background-color css
<style>
a { background-color: #BCDFD5; }
a { background-color: rgb(188,223,213); }
div.DivClassName
{
background-color: #BCDFD5;
}
.BgClassName
{
background-color: #BCDFD5;
}
</style>
border-color css
<style>
span { border-color: #BCDFD5; }
span { border-color: rgb(188,223,213); }
td.TdClassName
{
border-color: #BCDFD5;
}
.TagClassName
{
border-color: #BCDFD5;
}
</style>