Shades of Cruise #B2DCCF
Tints of Cruise #B2DCCF
RGB
CMYK
RGB Variations
Color information
#B2DCCF (or 0xB2DCCF) is known color: Cruise. HEX triplet: B2, DC and CF. RGB value is (178,220,207). Sum of RGB (Red+Green+Blue) = 178+220+207=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCCF is #4D2330. Grayscale: #CDCDCD. Windows color (decimal): -5055281 or 13622450. OLE color: 13622450.
HSL color Cylindrical-coordinate representation of color #B2DCCF: hue angle of 161.43º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCCF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 178 | 220 | 207 | - |
CMYK | 0.19 | 0 | 0.06 | 0.14 |
HSL | 161.43º | 0.38% | 0.78% | - |
HSV(B) | 161.43º | 0.19% | 0.86% | - |
XYZ | 55.22 | 65.16 | 68.7 | - |
YUV | 205.96 | 128.59 | 108.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 220 | 207 | 0.19 | 0 | 0.06 | 0.14 | 161.43 | 0.38 | 0.78 |
Hex | B2 | DC | CF | 13 | 0 | 6 | E | A1 | 26 | 4E |
Octal | 262 | 334 | 317 | 23 | 0 | 6 | 16 | 241 | 46 | 116 |
Binary | 10110010 | 11011100 | 11001111 | 10011 | 0 | 110 | 1110 | 10100001 | 100110 | 1001110 |
Color Harmonies of #B2DCCF
Complementary color
Monochromatic Colors of #B2DCCF
Black with #B2DCCF
Text Example
Text Example
White with #B2DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCCF; }
p { color: rgb(178,220,207); }
H1.HeaderClassName
{
color: #B2DCCF;
}
.AnyTagClassName
{
color: #B2DCCF;
}
</style>
background-color css
<style>
a { background-color: #B2DCCF; }
a { background-color: rgb(178,220,207); }
div.DivClassName
{
background-color: #B2DCCF;
}
.BgClassName
{
background-color: #B2DCCF;
}
</style>
border-color css
<style>
span { border-color: #B2DCCF; }
span { border-color: rgb(178,220,207); }
td.TdClassName
{
border-color: #B2DCCF;
}
.TagClassName
{
border-color: #B2DCCF;
}
</style>