Shades of Cruise #BBDAD2
Tints of Cruise #BBDAD2
RGB
CMYK
RGB Variations
Color information
#BBDAD2 (or 0xBBDAD2) is known color: Cruise. HEX triplet: BB, DA and D2. RGB value is (187,218,210). Sum of RGB (Red+Green+Blue) = 187+218+210=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD2 is #44252D. Grayscale: #CFCFCF. Windows color (decimal): -4465966 or 13818555. OLE color: 13818555.
HSL color Cylindrical-coordinate representation of color #BBDAD2: hue angle of 164.52º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDAD2 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 210 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.15 |
| HSL | 164.52º | 0.3% | 0.79% | - |
| HSV(B) | 164.52º | 0.14% | 0.85% | - |
| XYZ | 57.2 | 65.36 | 70.57 | - |
| YUV | 207.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 210 | 0.14 | 0 | 0.04 | 0.15 | 164.52 | 0.3 | 0.79 |
| Hex | BB | DA | D2 | E | 0 | 4 | F | A5 | 1E | 4F |
| Octal | 273 | 332 | 322 | 16 | 0 | 4 | 17 | 245 | 36 | 117 |
| Binary | 10111011 | 11011010 | 11010010 | 1110 | 0 | 100 | 1111 | 10100101 | 11110 | 1001111 |
Color Harmonies of #BBDAD2
Complementary color
Monochromatic Colors of #BBDAD2
Black with #BBDAD2
Text Example
Text Example
White with #BBDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAD2; }
p { color: rgb(187,218,210); }
H1.HeaderClassName
{
color: #BBDAD2;
}
.AnyTagClassName
{
color: #BBDAD2;
}
</style>
background-color css
<style>
a { background-color: #BBDAD2; }
a { background-color: rgb(187,218,210); }
div.DivClassName
{
background-color: #BBDAD2;
}
.BgClassName
{
background-color: #BBDAD2;
}
</style>
border-color css
<style>
span { border-color: #BBDAD2; }
span { border-color: rgb(187,218,210); }
td.TdClassName
{
border-color: #BBDAD2;
}
.TagClassName
{
border-color: #BBDAD2;
}
</style>