Shades of Cruise #B5DECC
Tints of Cruise #B5DECC
RGB
CMYK
RGB Variations
Color information
#B5DECC (or 0xB5DECC) is known color: Cruise. HEX triplet: B5, DE and CC. RGB value is (181,222,204). Sum of RGB (Red+Green+Blue) = 181+222+204=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DECC is #4A2133. Grayscale: #CFCFCF. Windows color (decimal): -4858164 or 13426357. OLE color: 13426357.
HSL color Cylindrical-coordinate representation of color #B5DECC: hue angle of 153.66º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DECC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 222 | 204 | - |
CMYK | 0.18 | 0 | 0.08 | 0.13 |
HSL | 153.66º | 0.38% | 0.79% | - |
HSV(B) | 153.66º | 0.18% | 0.87% | - |
XYZ | 56.08 | 66.43 | 66.99 | - |
YUV | 207.69 | 125.92 | 108.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 222 | 204 | 0.18 | 0 | 0.08 | 0.13 | 153.66 | 0.38 | 0.79 |
Hex | B5 | DE | CC | 12 | 0 | 8 | D | 9A | 26 | 4F |
Octal | 265 | 336 | 314 | 22 | 0 | 10 | 15 | 232 | 46 | 117 |
Binary | 10110101 | 11011110 | 11001100 | 10010 | 0 | 1000 | 1101 | 10011010 | 100110 | 1001111 |
Color Harmonies of #B5DECC
Complementary color
Monochromatic Colors of #B5DECC
Black with #B5DECC
Text Example
Text Example
White with #B5DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DECC; }
p { color: rgb(181,222,204); }
H1.HeaderClassName
{
color: #B5DECC;
}
.AnyTagClassName
{
color: #B5DECC;
}
</style>
background-color css
<style>
a { background-color: #B5DECC; }
a { background-color: rgb(181,222,204); }
div.DivClassName
{
background-color: #B5DECC;
}
.BgClassName
{
background-color: #B5DECC;
}
</style>
border-color css
<style>
span { border-color: #B5DECC; }
span { border-color: rgb(181,222,204); }
td.TdClassName
{
border-color: #B5DECC;
}
.TagClassName
{
border-color: #B5DECC;
}
</style>