Shades of Jet Stream #B7DCCA
Tints of Jet Stream #B7DCCA
RGB
CMYK
RGB Variations
Color information
#B7DCCA (or 0xB7DCCA) is known color: Jet Stream. HEX triplet: B7, DC and CA. RGB value is (183,220,202). Sum of RGB (Red+Green+Blue) = 183+220+202=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCCA is #482335. Grayscale: #CECECE. Windows color (decimal): -4727606 or 13294775. OLE color: 13294775.
HSL color Cylindrical-coordinate representation of color #B7DCCA: hue angle of 150.81º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCCA is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 220 | 202 | - |
CMYK | 0.17 | 0 | 0.08 | 0.14 |
HSL | 150.81º | 0.35% | 0.79% | - |
HSV(B) | 150.81º | 0.17% | 0.86% | - |
XYZ | 55.78 | 65.52 | 65.58 | - |
YUV | 206.89 | 125.24 | 110.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 220 | 202 | 0.17 | 0 | 0.08 | 0.14 | 150.81 | 0.35 | 0.79 |
Hex | B7 | DC | CA | 11 | 0 | 8 | E | 97 | 23 | 4F |
Octal | 267 | 334 | 312 | 21 | 0 | 10 | 16 | 227 | 43 | 117 |
Binary | 10110111 | 11011100 | 11001010 | 10001 | 0 | 1000 | 1110 | 10010111 | 100011 | 1001111 |
Color Harmonies of #B7DCCA
Complementary color
Monochromatic Colors of #B7DCCA
Black with #B7DCCA
Text Example
Text Example
White with #B7DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCCA; }
p { color: rgb(183,220,202); }
H1.HeaderClassName
{
color: #B7DCCA;
}
.AnyTagClassName
{
color: #B7DCCA;
}
</style>
background-color css
<style>
a { background-color: #B7DCCA; }
a { background-color: rgb(183,220,202); }
div.DivClassName
{
background-color: #B7DCCA;
}
.BgClassName
{
background-color: #B7DCCA;
}
</style>
border-color css
<style>
span { border-color: #B7DCCA; }
span { border-color: rgb(183,220,202); }
td.TdClassName
{
border-color: #B7DCCA;
}
.TagClassName
{
border-color: #B7DCCA;
}
</style>