Shades of Cruise #BCDDD3
Tints of Cruise #BCDDD3
RGB
CMYK
RGB Variations
Color information
#BCDDD3 (or 0xBCDDD3) is known color: Cruise. HEX triplet: BC, DD and D3. RGB value is (188,221,211). Sum of RGB (Red+Green+Blue) = 188+221+211=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDD3 is #43222C. Grayscale: #D2D2D2. Windows color (decimal): -4399661 or 13884860. OLE color: 13884860.
HSL color Cylindrical-coordinate representation of color #BCDDD3: hue angle of 161.82º 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 #BCDDD3 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 211 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.13 |
| HSL | 161.82º | 0.33% | 0.8% | - |
| HSV(B) | 161.82º | 0.15% | 0.87% | - |
| XYZ | 58.35 | 67.11 | 71.51 | - |
| YUV | 209.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 211 | 0.15 | 0 | 0.05 | 0.13 | 161.82 | 0.33 | 0.8 |
| Hex | BC | DD | D3 | F | 0 | 5 | D | A2 | 21 | 50 |
| Octal | 274 | 335 | 323 | 17 | 0 | 5 | 15 | 242 | 41 | 120 |
| Binary | 10111100 | 11011101 | 11010011 | 1111 | 0 | 101 | 1101 | 10100010 | 100001 | 1010000 |
Color Harmonies of #BCDDD3
Complementary color
Monochromatic Colors of #BCDDD3
Black with #BCDDD3
Text Example
Text Example
White with #BCDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDD3; }
p { color: rgb(188,221,211); }
H1.HeaderClassName
{
color: #BCDDD3;
}
.AnyTagClassName
{
color: #BCDDD3;
}
</style>
background-color css
<style>
a { background-color: #BCDDD3; }
a { background-color: rgb(188,221,211); }
div.DivClassName
{
background-color: #BCDDD3;
}
.BgClassName
{
background-color: #BCDDD3;
}
</style>
border-color css
<style>
span { border-color: #BCDDD3; }
span { border-color: rgb(188,221,211); }
td.TdClassName
{
border-color: #BCDDD3;
}
.TagClassName
{
border-color: #BCDDD3;
}
</style>