Shades of Jet Stream #BBCAC4
Tints of Jet Stream #BBCAC4
RGB
CMYK
RGB Variations
Color information
#BBCAC4 (or 0xBBCAC4) is known color: Jet Stream. HEX triplet: BB, CA and C4. RGB value is (187,202,196). Sum of RGB (Red+Green+Blue) = 187+202+196=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC4 is #44353B. Grayscale: #C4C4C4. Windows color (decimal): -4470076 or 12896955. OLE color: 12896955.
HSL color Cylindrical-coordinate representation of color #BBCAC4: hue angle of 156º 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 #BBCAC4 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 196 | - |
CMYK | 0.07 | 0 | 0.03 | 0.21 |
HSL | 156º | 0.12% | 0.76% | - |
HSV(B) | 156º | 0.07% | 0.79% | - |
XYZ | 51.58 | 56.79 | 60.47 | - |
YUV | 196.83 | 127.53 | 120.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 196 | 0.07 | 0 | 0.03 | 0.21 | 156 | 0.12 | 0.76 |
Hex | BB | CA | C4 | 7 | 0 | 3 | 15 | 9C | C | 4C |
Octal | 273 | 312 | 304 | 7 | 0 | 3 | 25 | 234 | 14 | 114 |
Binary | 10111011 | 11001010 | 11000100 | 111 | 0 | 11 | 10101 | 10011100 | 1100 | 1001100 |
Color Harmonies of #BBCAC4
Complementary color
Monochromatic Colors of #BBCAC4
Black with #BBCAC4
Text Example
Text Example
White with #BBCAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAC4; }
p { color: rgb(187,202,196); }
H1.HeaderClassName
{
color: #BBCAC4;
}
.AnyTagClassName
{
color: #BBCAC4;
}
</style>
background-color css
<style>
a { background-color: #BBCAC4; }
a { background-color: rgb(187,202,196); }
div.DivClassName
{
background-color: #BBCAC4;
}
.BgClassName
{
background-color: #BBCAC4;
}
</style>
border-color css
<style>
span { border-color: #BBCAC4; }
span { border-color: rgb(187,202,196); }
td.TdClassName
{
border-color: #BBCAC4;
}
.TagClassName
{
border-color: #BBCAC4;
}
</style>