Shades of Cruise #B3DFCE
Tints of Cruise #B3DFCE
RGB
CMYK
RGB Variations
Color information
#B3DFCE (or 0xB3DFCE) is known color: Cruise. HEX triplet: B3, DF and CE. RGB value is (179,223,206). Sum of RGB (Red+Green+Blue) = 179+223+206=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DFCE is #4C2031. Grayscale: #CFCFCF. Windows color (decimal): -4988978 or 13557683. OLE color: 13557683.
HSL color Cylindrical-coordinate representation of color #B3DFCE: hue angle of 156.82º 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 #B3DFCE is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 206 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.13 |
| HSL | 156.82º | 0.41% | 0.79% | - |
| HSV(B) | 156.82º | 0.2% | 0.87% | - |
| XYZ | 56.12 | 66.82 | 68.33 | - |
| YUV | 207.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 206 | 0.20 | 0 | 0.08 | 0.13 | 156.82 | 0.41 | 0.79 |
| Hex | B3 | DF | CE | 14 | 0 | 8 | D | 9D | 29 | 4F |
| Octal | 263 | 337 | 316 | 24 | 0 | 10 | 15 | 235 | 51 | 117 |
| Binary | 10110011 | 11011111 | 11001110 | 10100 | 0 | 1000 | 1101 | 10011101 | 101001 | 1001111 |
Color Harmonies of #B3DFCE
Complementary color
Monochromatic Colors of #B3DFCE
Black with #B3DFCE
Text Example
Text Example
White with #B3DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DFCE; }
p { color: rgb(179,223,206); }
H1.HeaderClassName
{
color: #B3DFCE;
}
.AnyTagClassName
{
color: #B3DFCE;
}
</style>
background-color css
<style>
a { background-color: #B3DFCE; }
a { background-color: rgb(179,223,206); }
div.DivClassName
{
background-color: #B3DFCE;
}
.BgClassName
{
background-color: #B3DFCE;
}
</style>
border-color css
<style>
span { border-color: #B3DFCE; }
span { border-color: rgb(179,223,206); }
td.TdClassName
{
border-color: #B3DFCE;
}
.TagClassName
{
border-color: #B3DFCE;
}
</style>