Shades of Jet Stream #BBCAC6
Tints of Jet Stream #BBCAC6
RGB
CMYK
RGB Variations
Color information
#BBCAC6 (or 0xBBCAC6) is known color: Jet Stream. HEX triplet: BB, CA and C6. RGB value is (187,202,198). Sum of RGB (Red+Green+Blue) = 187+202+198=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC6 is #443539. Grayscale: #C5C5C5. Windows color (decimal): -4470074 or 13028027. OLE color: 13028027.
HSL color Cylindrical-coordinate representation of color #BBCAC6: hue angle of 164º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCAC6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 198 | - |
CMYK | 0.07 | 0 | 0.02 | 0.21 |
HSL | 164º | 0.12% | 0.76% | - |
HSV(B) | 164º | 0.07% | 0.79% | - |
XYZ | 51.81 | 56.88 | 61.68 | - |
YUV | 197.06 | 128.53 | 120.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 198 | 0.07 | 0 | 0.02 | 0.21 | 164 | 0.12 | 0.76 |
Hex | BB | CA | C6 | 7 | 0 | 2 | 15 | A4 | C | 4C |
Octal | 273 | 312 | 306 | 7 | 0 | 2 | 25 | 244 | 14 | 114 |
Binary | 10111011 | 11001010 | 11000110 | 111 | 0 | 10 | 10101 | 10100100 | 1100 | 1001100 |
Color Harmonies of #BBCAC6
Complementary color
Monochromatic Colors of #BBCAC6
Black with #BBCAC6
Text Example
Text Example
White with #BBCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAC6; }
p { color: rgb(187,202,198); }
H1.HeaderClassName
{
color: #BBCAC6;
}
.AnyTagClassName
{
color: #BBCAC6;
}
</style>
background-color css
<style>
a { background-color: #BBCAC6; }
a { background-color: rgb(187,202,198); }
div.DivClassName
{
background-color: #BBCAC6;
}
.BgClassName
{
background-color: #BBCAC6;
}
</style>
border-color css
<style>
span { border-color: #BBCAC6; }
span { border-color: rgb(187,202,198); }
td.TdClassName
{
border-color: #BBCAC6;
}
.TagClassName
{
border-color: #BBCAC6;
}
</style>