Shades of Jet Stream #B3CDC8
Tints of Jet Stream #B3CDC8
RGB
CMYK
RGB Variations
Color information
#B3CDC8 (or 0xB3CDC8) is known color: Jet Stream. HEX triplet: B3, CD and C8. RGB value is (179,205,200). Sum of RGB (Red+Green+Blue) = 179+205+200=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CDC8 is #4C3237. Grayscale: #C4C4C4. Windows color (decimal): -4993592 or 13159859. OLE color: 13159859.
HSL color Cylindrical-coordinate representation of color #B3CDC8: hue angle of 168.46º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CDC8 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 205 | 200 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.20 |
| HSL | 168.46º | 0.21% | 0.75% | - |
| HSV(B) | 168.46º | 0.13% | 0.8% | - |
| XYZ | 50.85 | 57.42 | 63.05 | - |
| YUV | 196.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 205 | 200 | 0.13 | 0 | 0.02 | 0.20 | 168.46 | 0.21 | 0.75 |
| Hex | B3 | CD | C8 | D | 0 | 2 | 14 | A8 | 15 | 4B |
| Octal | 263 | 315 | 310 | 15 | 0 | 2 | 24 | 250 | 25 | 113 |
| Binary | 10110011 | 11001101 | 11001000 | 1101 | 0 | 10 | 10100 | 10101000 | 10101 | 1001011 |
Color Harmonies of #B3CDC8
Complementary color
Monochromatic Colors of #B3CDC8
Black with #B3CDC8
Text Example
Text Example
White with #B3CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CDC8; }
p { color: rgb(179,205,200); }
H1.HeaderClassName
{
color: #B3CDC8;
}
.AnyTagClassName
{
color: #B3CDC8;
}
</style>
background-color css
<style>
a { background-color: #B3CDC8; }
a { background-color: rgb(179,205,200); }
div.DivClassName
{
background-color: #B3CDC8;
}
.BgClassName
{
background-color: #B3CDC8;
}
</style>
border-color css
<style>
span { border-color: #B3CDC8; }
span { border-color: rgb(179,205,200); }
td.TdClassName
{
border-color: #B3CDC8;
}
.TagClassName
{
border-color: #B3CDC8;
}
</style>