Shades of Cruise #B7DCD2
Tints of Cruise #B7DCD2
RGB
CMYK
RGB Variations
Color information
#B7DCD2 (or 0xB7DCD2) is known color: Cruise. HEX triplet: B7, DC and D2. RGB value is (183,220,210). Sum of RGB (Red+Green+Blue) = 183+220+210=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD2 is #48232D. Grayscale: #CFCFCF. Windows color (decimal): -4727598 or 13819063. OLE color: 13819063.
HSL color Cylindrical-coordinate representation of color #B7DCD2: hue angle of 163.78º 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 #B7DCD2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 210 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.14 |
| HSL | 163.78º | 0.35% | 0.79% | - |
| HSV(B) | 163.78º | 0.17% | 0.86% | - |
| XYZ | 56.75 | 65.91 | 70.7 | - |
| YUV | 207.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 210 | 0.17 | 0 | 0.05 | 0.14 | 163.78 | 0.35 | 0.79 |
| Hex | B7 | DC | D2 | 11 | 0 | 5 | E | A4 | 23 | 4F |
| Octal | 267 | 334 | 322 | 21 | 0 | 5 | 16 | 244 | 43 | 117 |
| Binary | 10110111 | 11011100 | 11010010 | 10001 | 0 | 101 | 1110 | 10100100 | 100011 | 1001111 |
Color Harmonies of #B7DCD2
Complementary color
Monochromatic Colors of #B7DCD2
Black with #B7DCD2
Text Example
Text Example
White with #B7DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCD2; }
p { color: rgb(183,220,210); }
H1.HeaderClassName
{
color: #B7DCD2;
}
.AnyTagClassName
{
color: #B7DCD2;
}
</style>
background-color css
<style>
a { background-color: #B7DCD2; }
a { background-color: rgb(183,220,210); }
div.DivClassName
{
background-color: #B7DCD2;
}
.BgClassName
{
background-color: #B7DCD2;
}
</style>
border-color css
<style>
span { border-color: #B7DCD2; }
span { border-color: rgb(183,220,210); }
td.TdClassName
{
border-color: #B7DCD2;
}
.TagClassName
{
border-color: #B7DCD2;
}
</style>