Shades of Cruise #B7DCD1
Tints of Cruise #B7DCD1
RGB
CMYK
RGB Variations
Color information
#B7DCD1 (or 0xB7DCD1) is known color: Cruise. HEX triplet: B7, DC and D1. RGB value is (183,220,209). Sum of RGB (Red+Green+Blue) = 183+220+209=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD1 is #48232E. Grayscale: #CFCFCF. Windows color (decimal): -4727599 or 13753527. OLE color: 13753527.
HSL color Cylindrical-coordinate representation of color #B7DCD1: hue angle of 162.16º 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 #B7DCD1 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 220 | 209 | - |
CMYK | 0.17 | 0 | 0.05 | 0.14 |
HSL | 162.16º | 0.35% | 0.79% | - |
HSV(B) | 162.16º | 0.17% | 0.86% | - |
XYZ | 56.63 | 65.86 | 70.05 | - |
YUV | 207.68 | 128.74 | 110.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 220 | 209 | 0.17 | 0 | 0.05 | 0.14 | 162.16 | 0.35 | 0.79 |
Hex | B7 | DC | D1 | 11 | 0 | 5 | E | A2 | 23 | 4F |
Octal | 267 | 334 | 321 | 21 | 0 | 5 | 16 | 242 | 43 | 117 |
Binary | 10110111 | 11011100 | 11010001 | 10001 | 0 | 101 | 1110 | 10100010 | 100011 | 1001111 |
Color Harmonies of #B7DCD1
Complementary color
Monochromatic Colors of #B7DCD1
Black with #B7DCD1
Text Example
Text Example
White with #B7DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCD1; }
p { color: rgb(183,220,209); }
H1.HeaderClassName
{
color: #B7DCD1;
}
.AnyTagClassName
{
color: #B7DCD1;
}
</style>
background-color css
<style>
a { background-color: #B7DCD1; }
a { background-color: rgb(183,220,209); }
div.DivClassName
{
background-color: #B7DCD1;
}
.BgClassName
{
background-color: #B7DCD1;
}
</style>
border-color css
<style>
span { border-color: #B7DCD1; }
span { border-color: rgb(183,220,209); }
td.TdClassName
{
border-color: #B7DCD1;
}
.TagClassName
{
border-color: #B7DCD1;
}
</style>