Shades of Cruise #B2DFD3
Tints of Cruise #B2DFD3
RGB
CMYK
RGB Variations
Color information
#B2DFD3 (or 0xB2DFD3) is known color: Cruise. HEX triplet: B2, DF and D3. RGB value is (178,223,211). Sum of RGB (Red+Green+Blue) = 178+223+211=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFD3 is #4D202C. Grayscale: #D0D0D0. Windows color (decimal): -5054509 or 13885362. OLE color: 13885362.
HSL color Cylindrical-coordinate representation of color #B2DFD3: hue angle of 164º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFD3 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 211 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.13 |
| HSL | 164º | 0.41% | 0.79% | - |
| HSV(B) | 164º | 0.2% | 0.87% | - |
| XYZ | 56.51 | 66.94 | 71.57 | - |
| YUV | 208.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 211 | 0.20 | 0 | 0.05 | 0.13 | 164 | 0.41 | 0.79 |
| Hex | B2 | DF | D3 | 14 | 0 | 5 | D | A4 | 29 | 4F |
| Octal | 262 | 337 | 323 | 24 | 0 | 5 | 15 | 244 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11010011 | 10100 | 0 | 101 | 1101 | 10100100 | 101001 | 1001111 |
Color Harmonies of #B2DFD3
Complementary color
Monochromatic Colors of #B2DFD3
Black with #B2DFD3
Text Example
Text Example
White with #B2DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFD3; }
p { color: rgb(178,223,211); }
H1.HeaderClassName
{
color: #B2DFD3;
}
.AnyTagClassName
{
color: #B2DFD3;
}
</style>
background-color css
<style>
a { background-color: #B2DFD3; }
a { background-color: rgb(178,223,211); }
div.DivClassName
{
background-color: #B2DFD3;
}
.BgClassName
{
background-color: #B2DFD3;
}
</style>
border-color css
<style>
span { border-color: #B2DFD3; }
span { border-color: rgb(178,223,211); }
td.TdClassName
{
border-color: #B2DFD3;
}
.TagClassName
{
border-color: #B2DFD3;
}
</style>