Shades of Blue Bell #9BA2D6
Tints of Blue Bell #9BA2D6
RGB
CMYK
RGB Variations
Color information
#9BA2D6 (or 0x9BA2D6) is known color: Blue Bell. HEX triplet: 9B, A2 and D6. RGB value is (155,162,214). Sum of RGB (Red+Green+Blue) = 155+162+214=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #9BA2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2D6 is #645D29. Grayscale: #A5A5A5. Windows color (decimal): -6577450 or 14066331. OLE color: 14066331.
HSL color Cylindrical-coordinate representation of color #9BA2D6: hue angle of 232.88º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA2D6 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 162 | 214 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.16 |
| HSL | 232.88º | 0.42% | 0.72% | - |
| HSV(B) | 232.88º | 0.28% | 0.84% | - |
| XYZ | 38.58 | 37.66 | 68.86 | - |
| YUV | 165.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 214 | 0.28 | 0.24 | 0 | 0.16 | 232.88 | 0.42 | 0.72 |
| Hex | 9B | A2 | D6 | 1C | 18 | 0 | 10 | E9 | 2A | 48 |
| Octal | 233 | 242 | 326 | 34 | 30 | 0 | 20 | 351 | 52 | 110 |
| Binary | 10011011 | 10100010 | 11010110 | 11100 | 11000 | 0 | 10000 | 11101001 | 101010 | 1001000 |
Color Harmonies of #9BA2D6
Complementary color
Monochromatic Colors of #9BA2D6
Black with #9BA2D6
Text Example
Text Example
White with #9BA2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2D6; }
p { color: rgb(155,162,214); }
H1.HeaderClassName
{
color: #9BA2D6;
}
.AnyTagClassName
{
color: #9BA2D6;
}
</style>
background-color css
<style>
a { background-color: #9BA2D6; }
a { background-color: rgb(155,162,214); }
div.DivClassName
{
background-color: #9BA2D6;
}
.BgClassName
{
background-color: #9BA2D6;
}
</style>
border-color css
<style>
span { border-color: #9BA2D6; }
span { border-color: rgb(155,162,214); }
td.TdClassName
{
border-color: #9BA2D6;
}
.TagClassName
{
border-color: #9BA2D6;
}
</style>