Shades of Seagull #8BBACB
Tints of Seagull #8BBACB
RGB
CMYK
RGB Variations
Color information
#8BBACB (or 0x8BBACB) is known color: Seagull. HEX triplet: 8B, BA and CB. RGB value is (139,186,203). Sum of RGB (Red+Green+Blue) = 139+186+203=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBACB is #744534. Grayscale: #ADADAD. Windows color (decimal): -7619893 or 13351563. OLE color: 13351563.
HSL color Cylindrical-coordinate representation of color #8BBACB: hue angle of 195.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BBACB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 186 | 203 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.20 |
| HSL | 195.94º | 0.38% | 0.67% | - |
| HSV(B) | 195.94º | 0.32% | 0.8% | - |
| XYZ | 38.99 | 44.92 | 63.12 | - |
| YUV | 173.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 203 | 0.32 | 0.08 | 0 | 0.20 | 195.94 | 0.38 | 0.67 |
| Hex | 8B | BA | CB | 20 | 8 | 0 | 14 | C4 | 26 | 43 |
| Octal | 213 | 272 | 313 | 40 | 10 | 0 | 24 | 304 | 46 | 103 |
| Binary | 10001011 | 10111010 | 11001011 | 100000 | 1000 | 0 | 10100 | 11000100 | 100110 | 1000011 |
Color Harmonies of #8BBACB
Complementary color
Monochromatic Colors of #8BBACB
Black with #8BBACB
Text Example
Text Example
White with #8BBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBACB; }
p { color: rgb(139,186,203); }
H1.HeaderClassName
{
color: #8BBACB;
}
.AnyTagClassName
{
color: #8BBACB;
}
</style>
background-color css
<style>
a { background-color: #8BBACB; }
a { background-color: rgb(139,186,203); }
div.DivClassName
{
background-color: #8BBACB;
}
.BgClassName
{
background-color: #8BBACB;
}
</style>
border-color css
<style>
span { border-color: #8BBACB; }
span { border-color: rgb(139,186,203); }
td.TdClassName
{
border-color: #8BBACB;
}
.TagClassName
{
border-color: #8BBACB;
}
</style>