Shades of Cruise #B8DFD5
Tints of Cruise #B8DFD5
RGB
CMYK
RGB Variations
Color information
#B8DFD5 (or 0xB8DFD5) is known color: Cruise. HEX triplet: B8, DF and D5. RGB value is (184,223,213). Sum of RGB (Red+Green+Blue) = 184+223+213=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFD5 is #47202A. Grayscale: #D2D2D2. Windows color (decimal): -4661291 or 14016440. OLE color: 14016440.
HSL color Cylindrical-coordinate representation of color #B8DFD5: hue angle of 164.62º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFD5 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 213 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.13 |
| HSL | 164.62º | 0.38% | 0.8% | - |
| HSV(B) | 164.62º | 0.17% | 0.87% | - |
| XYZ | 58.17 | 67.77 | 72.97 | - |
| YUV | 210.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 213 | 0.17 | 0 | 0.04 | 0.13 | 164.62 | 0.38 | 0.8 |
| Hex | B8 | DF | D5 | 11 | 0 | 4 | D | A5 | 26 | 50 |
| Octal | 270 | 337 | 325 | 21 | 0 | 4 | 15 | 245 | 46 | 120 |
| Binary | 10111000 | 11011111 | 11010101 | 10001 | 0 | 100 | 1101 | 10100101 | 100110 | 1010000 |
Color Harmonies of #B8DFD5
Complementary color
Monochromatic Colors of #B8DFD5
Black with #B8DFD5
Text Example
Text Example
White with #B8DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFD5; }
p { color: rgb(184,223,213); }
H1.HeaderClassName
{
color: #B8DFD5;
}
.AnyTagClassName
{
color: #B8DFD5;
}
</style>
background-color css
<style>
a { background-color: #B8DFD5; }
a { background-color: rgb(184,223,213); }
div.DivClassName
{
background-color: #B8DFD5;
}
.BgClassName
{
background-color: #B8DFD5;
}
</style>
border-color css
<style>
span { border-color: #B8DFD5; }
span { border-color: rgb(184,223,213); }
td.TdClassName
{
border-color: #B8DFD5;
}
.TagClassName
{
border-color: #B8DFD5;
}
</style>