Shades of Cruise #B7DCD5
Tints of Cruise #B7DCD5
RGB
CMYK
RGB Variations
Color information
#B7DCD5 (or 0xB7DCD5) is known color: Cruise. HEX triplet: B7, DC and D5. RGB value is (183,220,213). Sum of RGB (Red+Green+Blue) = 183+220+213=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD5 is #48232A. Grayscale: #D0D0D0. Windows color (decimal): -4727595 or 14015671. OLE color: 14015671.
HSL color Cylindrical-coordinate representation of color #B7DCD5: hue angle of 168.65º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCD5 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 220 | 213 | - |
CMYK | 0.17 | 0 | 0.03 | 0.14 |
HSL | 168.65º | 0.35% | 0.79% | - |
HSV(B) | 168.65º | 0.17% | 0.86% | - |
XYZ | 57.13 | 66.06 | 72.69 | - |
YUV | 208.14 | 130.74 | 110.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 220 | 213 | 0.17 | 0 | 0.03 | 0.14 | 168.65 | 0.35 | 0.79 |
Hex | B7 | DC | D5 | 11 | 0 | 3 | E | A9 | 23 | 4F |
Octal | 267 | 334 | 325 | 21 | 0 | 3 | 16 | 251 | 43 | 117 |
Binary | 10110111 | 11011100 | 11010101 | 10001 | 0 | 11 | 1110 | 10101001 | 100011 | 1001111 |
Color Harmonies of #B7DCD5
Complementary color
Monochromatic Colors of #B7DCD5
Black with #B7DCD5
Text Example
Text Example
White with #B7DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCD5; }
p { color: rgb(183,220,213); }
H1.HeaderClassName
{
color: #B7DCD5;
}
.AnyTagClassName
{
color: #B7DCD5;
}
</style>
background-color css
<style>
a { background-color: #B7DCD5; }
a { background-color: rgb(183,220,213); }
div.DivClassName
{
background-color: #B7DCD5;
}
.BgClassName
{
background-color: #B7DCD5;
}
</style>
border-color css
<style>
span { border-color: #B7DCD5; }
span { border-color: rgb(183,220,213); }
td.TdClassName
{
border-color: #B7DCD5;
}
.TagClassName
{
border-color: #B7DCD5;
}
</style>