Shades of Cruise #B2DCCC
Tints of Cruise #B2DCCC
RGB
CMYK
RGB Variations
Color information
#B2DCCC (or 0xB2DCCC) is known color: Cruise. HEX triplet: B2, DC and CC. RGB value is (178,220,204). Sum of RGB (Red+Green+Blue) = 178+220+204=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCCC is #4D2333. Grayscale: #CDCDCD. Windows color (decimal): -5055284 or 13425842. OLE color: 13425842.
HSL color Cylindrical-coordinate representation of color #B2DCCC: hue angle of 157.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCCC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 178 | 220 | 204 | - |
CMYK | 0.19 | 0 | 0.07 | 0.14 |
HSL | 157.14º | 0.38% | 0.78% | - |
HSV(B) | 157.14º | 0.19% | 0.86% | - |
XYZ | 54.85 | 65.01 | 66.78 | - |
YUV | 205.62 | 127.09 | 108.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 220 | 204 | 0.19 | 0 | 0.07 | 0.14 | 157.14 | 0.38 | 0.78 |
Hex | B2 | DC | CC | 13 | 0 | 7 | E | 9D | 26 | 4E |
Octal | 262 | 334 | 314 | 23 | 0 | 7 | 16 | 235 | 46 | 116 |
Binary | 10110010 | 11011100 | 11001100 | 10011 | 0 | 111 | 1110 | 10011101 | 100110 | 1001110 |
Color Harmonies of #B2DCCC
Complementary color
Monochromatic Colors of #B2DCCC
Black with #B2DCCC
Text Example
Text Example
White with #B2DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCCC; }
p { color: rgb(178,220,204); }
H1.HeaderClassName
{
color: #B2DCCC;
}
.AnyTagClassName
{
color: #B2DCCC;
}
</style>
background-color css
<style>
a { background-color: #B2DCCC; }
a { background-color: rgb(178,220,204); }
div.DivClassName
{
background-color: #B2DCCC;
}
.BgClassName
{
background-color: #B2DCCC;
}
</style>
border-color css
<style>
span { border-color: #B2DCCC; }
span { border-color: rgb(178,220,204); }
td.TdClassName
{
border-color: #B2DCCC;
}
.TagClassName
{
border-color: #B2DCCC;
}
</style>