Shades of Cruise #B3DECA
Tints of Cruise #B3DECA
RGB
CMYK
RGB Variations
Color information
#B3DECA (or 0xB3DECA) is known color: Cruise. HEX triplet: B3, DE and CA. RGB value is (179,222,202). Sum of RGB (Red+Green+Blue) = 179+222+202=603 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.68% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #B3DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DECA is #4C2135. Grayscale: #CECECE. Windows color (decimal): -4989238 or 13295283. OLE color: 13295283.
HSL color Cylindrical-coordinate representation of color #B3DECA: hue angle of 152.09º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DECA is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 222 | 202 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.13 |
| HSL | 152.09º | 0.39% | 0.79% | - |
| HSV(B) | 152.09º | 0.19% | 0.87% | - |
| XYZ | 55.37 | 66.09 | 65.72 | - |
| YUV | 206.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 222 | 202 | 0.19 | 0 | 0.09 | 0.13 | 152.09 | 0.39 | 0.79 |
| Hex | B3 | DE | CA | 13 | 0 | 9 | D | 98 | 27 | 4F |
| Octal | 263 | 336 | 312 | 23 | 0 | 11 | 15 | 230 | 47 | 117 |
| Binary | 10110011 | 11011110 | 11001010 | 10011 | 0 | 1001 | 1101 | 10011000 | 100111 | 1001111 |
Color Harmonies of #B3DECA
Complementary color
Monochromatic Colors of #B3DECA
Black with #B3DECA
Text Example
Text Example
White with #B3DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DECA; }
p { color: rgb(179,222,202); }
H1.HeaderClassName
{
color: #B3DECA;
}
.AnyTagClassName
{
color: #B3DECA;
}
</style>
background-color css
<style>
a { background-color: #B3DECA; }
a { background-color: rgb(179,222,202); }
div.DivClassName
{
background-color: #B3DECA;
}
.BgClassName
{
background-color: #B3DECA;
}
</style>
border-color css
<style>
span { border-color: #B3DECA; }
span { border-color: rgb(179,222,202); }
td.TdClassName
{
border-color: #B3DECA;
}
.TagClassName
{
border-color: #B3DECA;
}
</style>