Shades of Cruise #B9DCD2
Tints of Cruise #B9DCD2
RGB
CMYK
RGB Variations
Color information
#B9DCD2 (or 0xB9DCD2) is known color: Cruise. HEX triplet: B9, DC and D2. RGB value is (185,220,210). Sum of RGB (Red+Green+Blue) = 185+220+210=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCD2 is #46232D. Grayscale: #D0D0D0. Windows color (decimal): -4596526 or 13819065. OLE color: 13819065.
HSL color Cylindrical-coordinate representation of color #B9DCD2: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCD2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 210 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.14 |
| HSL | 162.86º | 0.33% | 0.79% | - |
| HSV(B) | 162.86º | 0.16% | 0.86% | - |
| XYZ | 57.23 | 66.15 | 70.73 | - |
| YUV | 208.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 210 | 0.16 | 0 | 0.05 | 0.14 | 162.86 | 0.33 | 0.79 |
| Hex | B9 | DC | D2 | 10 | 0 | 5 | E | A3 | 21 | 4F |
| Octal | 271 | 334 | 322 | 20 | 0 | 5 | 16 | 243 | 41 | 117 |
| Binary | 10111001 | 11011100 | 11010010 | 10000 | 0 | 101 | 1110 | 10100011 | 100001 | 1001111 |
Color Harmonies of #B9DCD2
Complementary color
Monochromatic Colors of #B9DCD2
Black with #B9DCD2
Text Example
Text Example
White with #B9DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCD2; }
p { color: rgb(185,220,210); }
H1.HeaderClassName
{
color: #B9DCD2;
}
.AnyTagClassName
{
color: #B9DCD2;
}
</style>
background-color css
<style>
a { background-color: #B9DCD2; }
a { background-color: rgb(185,220,210); }
div.DivClassName
{
background-color: #B9DCD2;
}
.BgClassName
{
background-color: #B9DCD2;
}
</style>
border-color css
<style>
span { border-color: #B9DCD2; }
span { border-color: rgb(185,220,210); }
td.TdClassName
{
border-color: #B9DCD2;
}
.TagClassName
{
border-color: #B9DCD2;
}
</style>