Shades of Cruise #B7DDCD
Tints of Cruise #B7DDCD
RGB
CMYK
RGB Variations
Color information
#B7DDCD (or 0xB7DDCD) is known color: Cruise. HEX triplet: B7, DD and CD. RGB value is (183,221,205). Sum of RGB (Red+Green+Blue) = 183+221+205=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDCD is #482232. Grayscale: #CFCFCF. Windows color (decimal): -4727347 or 13491639. OLE color: 13491639.
HSL color Cylindrical-coordinate representation of color #B7DDCD: hue angle of 154.74º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DDCD is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 221 | 205 | - |
CMYK | 0.17 | 0 | 0.07 | 0.13 |
HSL | 154.74º | 0.36% | 0.79% | - |
HSV(B) | 154.74º | 0.17% | 0.87% | - |
XYZ | 56.4 | 66.19 | 67.56 | - |
YUV | 207.81 | 126.41 | 110.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 221 | 205 | 0.17 | 0 | 0.07 | 0.13 | 154.74 | 0.36 | 0.79 |
Hex | B7 | DD | CD | 11 | 0 | 7 | D | 9B | 24 | 4F |
Octal | 267 | 335 | 315 | 21 | 0 | 7 | 15 | 233 | 44 | 117 |
Binary | 10110111 | 11011101 | 11001101 | 10001 | 0 | 111 | 1101 | 10011011 | 100100 | 1001111 |
Color Harmonies of #B7DDCD
Complementary color
Monochromatic Colors of #B7DDCD
Black with #B7DDCD
Text Example
Text Example
White with #B7DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DDCD; }
p { color: rgb(183,221,205); }
H1.HeaderClassName
{
color: #B7DDCD;
}
.AnyTagClassName
{
color: #B7DDCD;
}
</style>
background-color css
<style>
a { background-color: #B7DDCD; }
a { background-color: rgb(183,221,205); }
div.DivClassName
{
background-color: #B7DDCD;
}
.BgClassName
{
background-color: #B7DDCD;
}
</style>
border-color css
<style>
span { border-color: #B7DDCD; }
span { border-color: rgb(183,221,205); }
td.TdClassName
{
border-color: #B7DDCD;
}
.TagClassName
{
border-color: #B7DDCD;
}
</style>