Shades of Cruise #B8DECF
Tints of Cruise #B8DECF
RGB
CMYK
RGB Variations
Color information
#B8DECF (or 0xB8DECF) is known color: Cruise. HEX triplet: B8, DE and CF. RGB value is (184,222,207). Sum of RGB (Red+Green+Blue) = 184+222+207=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DECF is #472130. Grayscale: #D0D0D0. Windows color (decimal): -4661553 or 13622968. OLE color: 13622968.
HSL color Cylindrical-coordinate representation of color #B8DECF: hue angle of 156.32º degrees, saturation: 0.37, 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 #B8DECF is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 184 | 222 | 207 | - |
CMYK | 0.17 | 0 | 0.07 | 0.13 |
HSL | 156.32º | 0.37% | 0.8% | - |
HSV(B) | 156.32º | 0.17% | 0.87% | - |
XYZ | 57.15 | 66.94 | 68.94 | - |
YUV | 208.93 | 126.91 | 110.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 222 | 207 | 0.17 | 0 | 0.07 | 0.13 | 156.32 | 0.37 | 0.8 |
Hex | B8 | DE | CF | 11 | 0 | 7 | D | 9C | 25 | 50 |
Octal | 270 | 336 | 317 | 21 | 0 | 7 | 15 | 234 | 45 | 120 |
Binary | 10111000 | 11011110 | 11001111 | 10001 | 0 | 111 | 1101 | 10011100 | 100101 | 1010000 |
Color Harmonies of #B8DECF
Complementary color
Monochromatic Colors of #B8DECF
Black with #B8DECF
Text Example
Text Example
White with #B8DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DECF; }
p { color: rgb(184,222,207); }
H1.HeaderClassName
{
color: #B8DECF;
}
.AnyTagClassName
{
color: #B8DECF;
}
</style>
background-color css
<style>
a { background-color: #B8DECF; }
a { background-color: rgb(184,222,207); }
div.DivClassName
{
background-color: #B8DECF;
}
.BgClassName
{
background-color: #B8DECF;
}
</style>
border-color css
<style>
span { border-color: #B8DECF; }
span { border-color: rgb(184,222,207); }
td.TdClassName
{
border-color: #B8DECF;
}
.TagClassName
{
border-color: #B8DECF;
}
</style>