Shades of Cruise #B1DFCB
Tints of Cruise #B1DFCB
RGB
CMYK
RGB Variations
Color information
#B1DFCB (or 0xB1DFCB) is known color: Cruise. HEX triplet: B1, DF and CB. RGB value is (177,223,203). Sum of RGB (Red+Green+Blue) = 177+223+203=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFCB is #4E2034. Grayscale: #CFCFCF. Windows color (decimal): -5120053 or 13361073. OLE color: 13361073.
HSL color Cylindrical-coordinate representation of color #B1DFCB: hue angle of 153.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFCB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 203 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.13 |
| HSL | 153.91º | 0.42% | 0.78% | - |
| HSV(B) | 153.91º | 0.21% | 0.87% | - |
| XYZ | 55.3 | 66.43 | 66.41 | - |
| YUV | 206.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 203 | 0.21 | 0 | 0.09 | 0.13 | 153.91 | 0.42 | 0.78 |
| Hex | B1 | DF | CB | 15 | 0 | 9 | D | 9A | 2A | 4E |
| Octal | 261 | 337 | 313 | 25 | 0 | 11 | 15 | 232 | 52 | 116 |
| Binary | 10110001 | 11011111 | 11001011 | 10101 | 0 | 1001 | 1101 | 10011010 | 101010 | 1001110 |
Color Harmonies of #B1DFCB
Complementary color
Monochromatic Colors of #B1DFCB
Black with #B1DFCB
Text Example
Text Example
White with #B1DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFCB; }
p { color: rgb(177,223,203); }
H1.HeaderClassName
{
color: #B1DFCB;
}
.AnyTagClassName
{
color: #B1DFCB;
}
</style>
background-color css
<style>
a { background-color: #B1DFCB; }
a { background-color: rgb(177,223,203); }
div.DivClassName
{
background-color: #B1DFCB;
}
.BgClassName
{
background-color: #B1DFCB;
}
</style>
border-color css
<style>
span { border-color: #B1DFCB; }
span { border-color: rgb(177,223,203); }
td.TdClassName
{
border-color: #B1DFCB;
}
.TagClassName
{
border-color: #B1DFCB;
}
</style>