Shades of Cruise #B9DECF
Tints of Cruise #B9DECF
RGB
CMYK
RGB Variations
Color information
#B9DECF (or 0xB9DECF) is known color: Cruise. HEX triplet: B9, DE and CF. RGB value is (185,222,207). Sum of RGB (Red+Green+Blue) = 185+222+207=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DECF is #462130. Grayscale: #D1D1D1. Windows color (decimal): -4596017 or 13622969. OLE color: 13622969.
HSL color Cylindrical-coordinate representation of color #B9DECF: hue angle of 155.68º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DECF is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 207 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.13 |
| HSL | 155.68º | 0.36% | 0.8% | - |
| HSV(B) | 155.68º | 0.17% | 0.87% | - |
| XYZ | 57.39 | 67.06 | 68.95 | - |
| YUV | 209.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 207 | 0.17 | 0 | 0.07 | 0.13 | 155.68 | 0.36 | 0.8 |
| Hex | B9 | DE | CF | 11 | 0 | 7 | D | 9C | 24 | 50 |
| Octal | 271 | 336 | 317 | 21 | 0 | 7 | 15 | 234 | 44 | 120 |
| Binary | 10111001 | 11011110 | 11001111 | 10001 | 0 | 111 | 1101 | 10011100 | 100100 | 1010000 |
Color Harmonies of #B9DECF
Complementary color
Monochromatic Colors of #B9DECF
Black with #B9DECF
Text Example
Text Example
White with #B9DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DECF; }
p { color: rgb(185,222,207); }
H1.HeaderClassName
{
color: #B9DECF;
}
.AnyTagClassName
{
color: #B9DECF;
}
</style>
background-color css
<style>
a { background-color: #B9DECF; }
a { background-color: rgb(185,222,207); }
div.DivClassName
{
background-color: #B9DECF;
}
.BgClassName
{
background-color: #B9DECF;
}
</style>
border-color css
<style>
span { border-color: #B9DECF; }
span { border-color: rgb(185,222,207); }
td.TdClassName
{
border-color: #B9DECF;
}
.TagClassName
{
border-color: #B9DECF;
}
</style>