Shades of Cruise #B4DCCF
Tints of Cruise #B4DCCF
RGB
CMYK
RGB Variations
Color information
#B4DCCF (or 0xB4DCCF) is known color: Cruise. HEX triplet: B4, DC and CF. RGB value is (180,220,207). Sum of RGB (Red+Green+Blue) = 180+220+207=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCCF is #4B2330. Grayscale: #CECECE. Windows color (decimal): -4924209 or 13622452. OLE color: 13622452.
HSL color Cylindrical-coordinate representation of color #B4DCCF: hue angle of 160.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCCF is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 207 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.14 |
| HSL | 160.5º | 0.36% | 0.78% | - |
| HSV(B) | 160.5º | 0.18% | 0.86% | - |
| XYZ | 55.68 | 65.39 | 68.72 | - |
| YUV | 206.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 207 | 0.18 | 0 | 0.06 | 0.14 | 160.5 | 0.36 | 0.78 |
| Hex | B4 | DC | CF | 12 | 0 | 6 | E | A0 | 24 | 4E |
| Octal | 264 | 334 | 317 | 22 | 0 | 6 | 16 | 240 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11001111 | 10010 | 0 | 110 | 1110 | 10100000 | 100100 | 1001110 |
Color Harmonies of #B4DCCF
Complementary color
Monochromatic Colors of #B4DCCF
Black with #B4DCCF
Text Example
Text Example
White with #B4DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCCF; }
p { color: rgb(180,220,207); }
H1.HeaderClassName
{
color: #B4DCCF;
}
.AnyTagClassName
{
color: #B4DCCF;
}
</style>
background-color css
<style>
a { background-color: #B4DCCF; }
a { background-color: rgb(180,220,207); }
div.DivClassName
{
background-color: #B4DCCF;
}
.BgClassName
{
background-color: #B4DCCF;
}
</style>
border-color css
<style>
span { border-color: #B4DCCF; }
span { border-color: rgb(180,220,207); }
td.TdClassName
{
border-color: #B4DCCF;
}
.TagClassName
{
border-color: #B4DCCF;
}
</style>