Shades of Cruise #B2DDCF
Tints of Cruise #B2DDCF
RGB
CMYK
RGB Variations
Color information
#B2DDCF (or 0xB2DDCF) is known color: Cruise. HEX triplet: B2, DD and CF. RGB value is (178,221,207). Sum of RGB (Red+Green+Blue) = 178+221+207=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDCF is #4D2230. Grayscale: #CECECE. Windows color (decimal): -5055025 or 13622706. OLE color: 13622706.
HSL color Cylindrical-coordinate representation of color #B2DDCF: hue angle of 160.47º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDCF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 207 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.13 |
| HSL | 160.47º | 0.39% | 0.78% | - |
| HSV(B) | 160.47º | 0.19% | 0.87% | - |
| XYZ | 55.48 | 65.68 | 68.79 | - |
| YUV | 206.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 207 | 0.19 | 0 | 0.06 | 0.13 | 160.47 | 0.39 | 0.78 |
| Hex | B2 | DD | CF | 13 | 0 | 6 | D | A0 | 27 | 4E |
| Octal | 262 | 335 | 317 | 23 | 0 | 6 | 15 | 240 | 47 | 116 |
| Binary | 10110010 | 11011101 | 11001111 | 10011 | 0 | 110 | 1101 | 10100000 | 100111 | 1001110 |
Color Harmonies of #B2DDCF
Complementary color
Monochromatic Colors of #B2DDCF
Black with #B2DDCF
Text Example
Text Example
White with #B2DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDCF; }
p { color: rgb(178,221,207); }
H1.HeaderClassName
{
color: #B2DDCF;
}
.AnyTagClassName
{
color: #B2DDCF;
}
</style>
background-color css
<style>
a { background-color: #B2DDCF; }
a { background-color: rgb(178,221,207); }
div.DivClassName
{
background-color: #B2DDCF;
}
.BgClassName
{
background-color: #B2DDCF;
}
</style>
border-color css
<style>
span { border-color: #B2DDCF; }
span { border-color: rgb(178,221,207); }
td.TdClassName
{
border-color: #B2DDCF;
}
.TagClassName
{
border-color: #B2DDCF;
}
</style>