Shades of Conch #9BB5B2
Tints of Conch #9BB5B2
RGB
CMYK
RGB Variations
Color information
#9BB5B2 (or 0x9BB5B2) is known color: Conch. HEX triplet: 9B, B5 and B2. RGB value is (155,181,178). Sum of RGB (Red+Green+Blue) = 155+181+178=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB5B2 is #644A4D. Grayscale: #ACACAC. Windows color (decimal): -6572622 or 11711899. OLE color: 11711899.
HSL color Cylindrical-coordinate representation of color #9BB5B2: hue angle of 173.08º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB5B2 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 181 | 178 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.29 |
| HSL | 173.08º | 0.15% | 0.66% | - |
| HSV(B) | 173.08º | 0.14% | 0.71% | - |
| XYZ | 38.08 | 43.23 | 48.46 | - |
| YUV | 172.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 178 | 0.14 | 0 | 0.02 | 0.29 | 173.08 | 0.15 | 0.66 |
| Hex | 9B | B5 | B2 | E | 0 | 2 | 1D | AD | F | 42 |
| Octal | 233 | 265 | 262 | 16 | 0 | 2 | 35 | 255 | 17 | 102 |
| Binary | 10011011 | 10110101 | 10110010 | 1110 | 0 | 10 | 11101 | 10101101 | 1111 | 1000010 |
Color Harmonies of #9BB5B2
Complementary color
Monochromatic Colors of #9BB5B2
Black with #9BB5B2
Text Example
Text Example
White with #9BB5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB5B2; }
p { color: rgb(155,181,178); }
H1.HeaderClassName
{
color: #9BB5B2;
}
.AnyTagClassName
{
color: #9BB5B2;
}
</style>
background-color css
<style>
a { background-color: #9BB5B2; }
a { background-color: rgb(155,181,178); }
div.DivClassName
{
background-color: #9BB5B2;
}
.BgClassName
{
background-color: #9BB5B2;
}
</style>
border-color css
<style>
span { border-color: #9BB5B2; }
span { border-color: rgb(155,181,178); }
td.TdClassName
{
border-color: #9BB5B2;
}
.TagClassName
{
border-color: #9BB5B2;
}
</style>