Shades of Cruise #B4DBCE
Tints of Cruise #B4DBCE
RGB
CMYK
RGB Variations
Color information
#B4DBCE (or 0xB4DBCE) is known color: Cruise. HEX triplet: B4, DB and CE. RGB value is (180,219,206). Sum of RGB (Red+Green+Blue) = 180+219+206=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBCE is #4B2431. Grayscale: #CDCDCD. Windows color (decimal): -4924466 or 13556660. OLE color: 13556660.
HSL color Cylindrical-coordinate representation of color #B4DBCE: hue angle of 160º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DBCE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 206 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.14 |
| HSL | 160º | 0.35% | 0.78% | - |
| HSV(B) | 160º | 0.18% | 0.86% | - |
| XYZ | 55.29 | 64.82 | 67.99 | - |
| YUV | 205.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 206 | 0.18 | 0 | 0.06 | 0.14 | 160 | 0.35 | 0.78 |
| Hex | B4 | DB | CE | 12 | 0 | 6 | E | A0 | 23 | 4E |
| Octal | 264 | 333 | 316 | 22 | 0 | 6 | 16 | 240 | 43 | 116 |
| Binary | 10110100 | 11011011 | 11001110 | 10010 | 0 | 110 | 1110 | 10100000 | 100011 | 1001110 |
Color Harmonies of #B4DBCE
Complementary color
Monochromatic Colors of #B4DBCE
Black with #B4DBCE
Text Example
Text Example
White with #B4DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBCE; }
p { color: rgb(180,219,206); }
H1.HeaderClassName
{
color: #B4DBCE;
}
.AnyTagClassName
{
color: #B4DBCE;
}
</style>
background-color css
<style>
a { background-color: #B4DBCE; }
a { background-color: rgb(180,219,206); }
div.DivClassName
{
background-color: #B4DBCE;
}
.BgClassName
{
background-color: #B4DBCE;
}
</style>
border-color css
<style>
span { border-color: #B4DBCE; }
span { border-color: rgb(180,219,206); }
td.TdClassName
{
border-color: #B4DBCE;
}
.TagClassName
{
border-color: #B4DBCE;
}
</style>