Shades of Cruise #B2DFCC
Tints of Cruise #B2DFCC
RGB
CMYK
RGB Variations
Color information
#B2DFCC (or 0xB2DFCC) is known color: Cruise. HEX triplet: B2, DF and CC. RGB value is (178,223,204). Sum of RGB (Red+Green+Blue) = 178+223+204=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFCC is #4D2033. Grayscale: #CFCFCF. Windows color (decimal): -5054516 or 13426610. OLE color: 13426610.
HSL color Cylindrical-coordinate representation of color #B2DFCC: hue angle of 154.67º 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 #B2DFCC is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 204 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.13 |
| HSL | 154.67º | 0.41% | 0.79% | - |
| HSV(B) | 154.67º | 0.2% | 0.87% | - |
| XYZ | 55.65 | 66.6 | 67.05 | - |
| YUV | 207.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 204 | 0.20 | 0 | 0.09 | 0.13 | 154.67 | 0.41 | 0.79 |
| Hex | B2 | DF | CC | 14 | 0 | 9 | D | 9B | 29 | 4F |
| Octal | 262 | 337 | 314 | 24 | 0 | 11 | 15 | 233 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11001100 | 10100 | 0 | 1001 | 1101 | 10011011 | 101001 | 1001111 |
Color Harmonies of #B2DFCC
Complementary color
Monochromatic Colors of #B2DFCC
Black with #B2DFCC
Text Example
Text Example
White with #B2DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFCC; }
p { color: rgb(178,223,204); }
H1.HeaderClassName
{
color: #B2DFCC;
}
.AnyTagClassName
{
color: #B2DFCC;
}
</style>
background-color css
<style>
a { background-color: #B2DFCC; }
a { background-color: rgb(178,223,204); }
div.DivClassName
{
background-color: #B2DFCC;
}
.BgClassName
{
background-color: #B2DFCC;
}
</style>
border-color css
<style>
span { border-color: #B2DFCC; }
span { border-color: rgb(178,223,204); }
td.TdClassName
{
border-color: #B2DFCC;
}
.TagClassName
{
border-color: #B2DFCC;
}
</style>