Shades of Cruise #BCDED4
Tints of Cruise #BCDED4
RGB
CMYK
RGB Variations
Color information
#BCDED4 (or 0xBCDED4) is known color: Cruise. HEX triplet: BC, DE and D4. RGB value is (188,222,212). Sum of RGB (Red+Green+Blue) = 188+222+212=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDED4 is #43212B. Grayscale: #D2D2D2. Windows color (decimal): -4399404 or 13950652. OLE color: 13950652.
HSL color Cylindrical-coordinate representation of color #BCDED4: hue angle of 162.35º degrees, saturation: 0.34, 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 #BCDED4 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 212 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.13 |
| HSL | 162.35º | 0.34% | 0.8% | - |
| HSV(B) | 162.35º | 0.15% | 0.87% | - |
| XYZ | 58.74 | 67.69 | 72.26 | - |
| YUV | 210.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 212 | 0.15 | 0 | 0.05 | 0.13 | 162.35 | 0.34 | 0.8 |
| Hex | BC | DE | D4 | F | 0 | 5 | D | A2 | 22 | 50 |
| Octal | 274 | 336 | 324 | 17 | 0 | 5 | 15 | 242 | 42 | 120 |
| Binary | 10111100 | 11011110 | 11010100 | 1111 | 0 | 101 | 1101 | 10100010 | 100010 | 1010000 |
Color Harmonies of #BCDED4
Complementary color
Monochromatic Colors of #BCDED4
Black with #BCDED4
Text Example
Text Example
White with #BCDED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDED4; }
p { color: rgb(188,222,212); }
H1.HeaderClassName
{
color: #BCDED4;
}
.AnyTagClassName
{
color: #BCDED4;
}
</style>
background-color css
<style>
a { background-color: #BCDED4; }
a { background-color: rgb(188,222,212); }
div.DivClassName
{
background-color: #BCDED4;
}
.BgClassName
{
background-color: #BCDED4;
}
</style>
border-color css
<style>
span { border-color: #BCDED4; }
span { border-color: rgb(188,222,212); }
td.TdClassName
{
border-color: #BCDED4;
}
.TagClassName
{
border-color: #BCDED4;
}
</style>