Shades of Cruise #B8DDCE
Tints of Cruise #B8DDCE
RGB
CMYK
RGB Variations
Color information
#B8DDCE (or 0xB8DDCE) is known color: Cruise. HEX triplet: B8, DD and CE. RGB value is (184,221,206). Sum of RGB (Red+Green+Blue) = 184+221+206=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDCE is #472231. Grayscale: #D0D0D0. Windows color (decimal): -4661810 or 13557176. OLE color: 13557176.
HSL color Cylindrical-coordinate representation of color #B8DDCE: hue angle of 155.68º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DDCE is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 206 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.13 |
| HSL | 155.68º | 0.35% | 0.79% | - |
| HSV(B) | 155.68º | 0.17% | 0.87% | - |
| XYZ | 56.76 | 66.36 | 68.21 | - |
| YUV | 208.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 206 | 0.17 | 0 | 0.07 | 0.13 | 155.68 | 0.35 | 0.79 |
| Hex | B8 | DD | CE | 11 | 0 | 7 | D | 9C | 23 | 4F |
| Octal | 270 | 335 | 316 | 21 | 0 | 7 | 15 | 234 | 43 | 117 |
| Binary | 10111000 | 11011101 | 11001110 | 10001 | 0 | 111 | 1101 | 10011100 | 100011 | 1001111 |
Color Harmonies of #B8DDCE
Complementary color
Monochromatic Colors of #B8DDCE
Black with #B8DDCE
Text Example
Text Example
White with #B8DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDCE; }
p { color: rgb(184,221,206); }
H1.HeaderClassName
{
color: #B8DDCE;
}
.AnyTagClassName
{
color: #B8DDCE;
}
</style>
background-color css
<style>
a { background-color: #B8DDCE; }
a { background-color: rgb(184,221,206); }
div.DivClassName
{
background-color: #B8DDCE;
}
.BgClassName
{
background-color: #B8DDCE;
}
</style>
border-color css
<style>
span { border-color: #B8DDCE; }
span { border-color: rgb(184,221,206); }
td.TdClassName
{
border-color: #B8DDCE;
}
.TagClassName
{
border-color: #B8DDCE;
}
</style>