Shades of Cruise #B8DDD2
Tints of Cruise #B8DDD2
RGB
CMYK
RGB Variations
Color information
#B8DDD2 (or 0xB8DDD2) is known color: Cruise. HEX triplet: B8, DD and D2. RGB value is (184,221,210). Sum of RGB (Red+Green+Blue) = 184+221+210=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDD2 is #47222D. Grayscale: #D0D0D0. Windows color (decimal): -4661806 or 13819320. OLE color: 13819320.
HSL color Cylindrical-coordinate representation of color #B8DDD2: hue angle of 162.16º 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 #B8DDD2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 210 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.13 |
| HSL | 162.16º | 0.35% | 0.79% | - |
| HSV(B) | 162.16º | 0.17% | 0.87% | - |
| XYZ | 57.26 | 66.56 | 70.8 | - |
| YUV | 208.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 210 | 0.17 | 0 | 0.05 | 0.13 | 162.16 | 0.35 | 0.79 |
| Hex | B8 | DD | D2 | 11 | 0 | 5 | D | A2 | 23 | 4F |
| Octal | 270 | 335 | 322 | 21 | 0 | 5 | 15 | 242 | 43 | 117 |
| Binary | 10111000 | 11011101 | 11010010 | 10001 | 0 | 101 | 1101 | 10100010 | 100011 | 1001111 |
Color Harmonies of #B8DDD2
Complementary color
Monochromatic Colors of #B8DDD2
Black with #B8DDD2
Text Example
Text Example
White with #B8DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDD2; }
p { color: rgb(184,221,210); }
H1.HeaderClassName
{
color: #B8DDD2;
}
.AnyTagClassName
{
color: #B8DDD2;
}
</style>
background-color css
<style>
a { background-color: #B8DDD2; }
a { background-color: rgb(184,221,210); }
div.DivClassName
{
background-color: #B8DDD2;
}
.BgClassName
{
background-color: #B8DDD2;
}
</style>
border-color css
<style>
span { border-color: #B8DDD2; }
span { border-color: rgb(184,221,210); }
td.TdClassName
{
border-color: #B8DDD2;
}
.TagClassName
{
border-color: #B8DDD2;
}
</style>