Shades of Cruise #BCDDDA
Tints of Cruise #BCDDDA
RGB
CMYK
RGB Variations
Color information
#BCDDDA (or 0xBCDDDA) is known color: Cruise. HEX triplet: BC, DD and DA. RGB value is (188,221,218). Sum of RGB (Red+Green+Blue) = 188+221+218=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDDA is #432225. Grayscale: #D2D2D2. Windows color (decimal): -4399654 or 14343612. OLE color: 14343612.
HSL color Cylindrical-coordinate representation of color #BCDDDA: hue angle of 174.55º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDDA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 218 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.13 |
| HSL | 174.55º | 0.33% | 0.8% | - |
| HSV(B) | 174.55º | 0.15% | 0.87% | - |
| XYZ | 59.25 | 67.47 | 76.23 | - |
| YUV | 210.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 218 | 0.15 | 0 | 0.01 | 0.13 | 174.55 | 0.33 | 0.8 |
| Hex | BC | DD | DA | F | 0 | 1 | D | AF | 21 | 50 |
| Octal | 274 | 335 | 332 | 17 | 0 | 1 | 15 | 257 | 41 | 120 |
| Binary | 10111100 | 11011101 | 11011010 | 1111 | 0 | 1 | 1101 | 10101111 | 100001 | 1010000 |
Color Harmonies of #BCDDDA
Complementary color
Monochromatic Colors of #BCDDDA
Black with #BCDDDA
Text Example
Text Example
White with #BCDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDDA; }
p { color: rgb(188,221,218); }
H1.HeaderClassName
{
color: #BCDDDA;
}
.AnyTagClassName
{
color: #BCDDDA;
}
</style>
background-color css
<style>
a { background-color: #BCDDDA; }
a { background-color: rgb(188,221,218); }
div.DivClassName
{
background-color: #BCDDDA;
}
.BgClassName
{
background-color: #BCDDDA;
}
</style>
border-color css
<style>
span { border-color: #BCDDDA; }
span { border-color: rgb(188,221,218); }
td.TdClassName
{
border-color: #BCDDDA;
}
.TagClassName
{
border-color: #BCDDDA;
}
</style>