Shades of Jet Stream #BBCCC5
Tints of Jet Stream #BBCCC5
RGB
CMYK
RGB Variations
Color information
#BBCCC5 (or 0xBBCCC5) is known color: Jet Stream. HEX triplet: BB, CC and C5. RGB value is (187,204,197). Sum of RGB (Red+Green+Blue) = 187+204+197=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC5 is #44333A. Grayscale: #C6C6C6. Windows color (decimal): -4469563 or 12963003. OLE color: 12963003.
HSL color Cylindrical-coordinate representation of color #BBCCC5: hue angle of 155.29º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC5 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 197 | - |
CMYK | 0.08 | 0 | 0.03 | 0.2 |
HSL | 155.29º | 0.14% | 0.77% | - |
HSV(B) | 155.29º | 0.08% | 0.8% | - |
XYZ | 52.16 | 57.78 | 61.23 | - |
YUV | 198.12 | 127.37 | 120.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 197 | 0.08 | 0 | 0.03 | 0.2 | 155.29 | 0.14 | 0.77 |
Hex | BB | CC | C5 | 8 | 0 | 3 | 14 | 9B | E | 4D |
Octal | 273 | 314 | 305 | 10 | 0 | 3 | 24 | 233 | 16 | 115 |
Binary | 10111011 | 11001100 | 11000101 | 1000 | 0 | 11 | 10100 | 10011011 | 1110 | 1001101 |
Color Harmonies of #BBCCC5
Complementary color
Monochromatic Colors of #BBCCC5
Black with #BBCCC5
Text Example
Text Example
White with #BBCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCC5; }
p { color: rgb(187,204,197); }
H1.HeaderClassName
{
color: #BBCCC5;
}
.AnyTagClassName
{
color: #BBCCC5;
}
</style>
background-color css
<style>
a { background-color: #BBCCC5; }
a { background-color: rgb(187,204,197); }
div.DivClassName
{
background-color: #BBCCC5;
}
.BgClassName
{
background-color: #BBCCC5;
}
</style>
border-color css
<style>
span { border-color: #BBCCC5; }
span { border-color: rgb(187,204,197); }
td.TdClassName
{
border-color: #BBCCC5;
}
.TagClassName
{
border-color: #BBCCC5;
}
</style>