Shades of Cruise #B2DECA
Tints of Cruise #B2DECA
RGB
CMYK
RGB Variations
Color information
#B2DECA (or 0xB2DECA) is known color: Cruise. HEX triplet: B2, DE and CA. RGB value is (178,222,202). Sum of RGB (Red+Green+Blue) = 178+222+202=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DECA is #4D2135. Grayscale: #CECECE. Windows color (decimal): -5054774 or 13295282. OLE color: 13295282.
HSL color Cylindrical-coordinate representation of color #B2DECA: hue angle of 152.73º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DECA is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 202 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.13 |
| HSL | 152.73º | 0.4% | 0.78% | - |
| HSV(B) | 152.73º | 0.2% | 0.87% | - |
| XYZ | 55.14 | 65.97 | 65.7 | - |
| YUV | 206.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 202 | 0.20 | 0 | 0.09 | 0.13 | 152.73 | 0.4 | 0.78 |
| Hex | B2 | DE | CA | 14 | 0 | 9 | D | 99 | 28 | 4E |
| Octal | 262 | 336 | 312 | 24 | 0 | 11 | 15 | 231 | 50 | 116 |
| Binary | 10110010 | 11011110 | 11001010 | 10100 | 0 | 1001 | 1101 | 10011001 | 101000 | 1001110 |
Color Harmonies of #B2DECA
Complementary color
Monochromatic Colors of #B2DECA
Black with #B2DECA
Text Example
Text Example
White with #B2DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DECA; }
p { color: rgb(178,222,202); }
H1.HeaderClassName
{
color: #B2DECA;
}
.AnyTagClassName
{
color: #B2DECA;
}
</style>
background-color css
<style>
a { background-color: #B2DECA; }
a { background-color: rgb(178,222,202); }
div.DivClassName
{
background-color: #B2DECA;
}
.BgClassName
{
background-color: #B2DECA;
}
</style>
border-color css
<style>
span { border-color: #B2DECA; }
span { border-color: rgb(178,222,202); }
td.TdClassName
{
border-color: #B2DECA;
}
.TagClassName
{
border-color: #B2DECA;
}
</style>