Shades of Blue Bell #9BA2C4
Tints of Blue Bell #9BA2C4
RGB
CMYK
RGB Variations
Color information
#9BA2C4 (or 0x9BA2C4) is known color: Blue Bell. HEX triplet: 9B, A2 and C4. RGB value is (155,162,196). Sum of RGB (Red+Green+Blue) = 155+162+196=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BA2C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2C4 is #645D3B. Grayscale: #A3A3A3. Windows color (decimal): -6577468 or 12886683. OLE color: 12886683.
HSL color Cylindrical-coordinate representation of color #9BA2C4: hue angle of 229.76º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BA2C4 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 162 | 196 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.23 |
| HSL | 229.76º | 0.26% | 0.69% | - |
| HSV(B) | 229.76º | 0.21% | 0.77% | - |
| XYZ | 36.4 | 36.79 | 57.41 | - |
| YUV | 163.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 196 | 0.21 | 0.17 | 0 | 0.23 | 229.76 | 0.26 | 0.69 |
| Hex | 9B | A2 | C4 | 15 | 11 | 0 | 17 | E6 | 1A | 45 |
| Octal | 233 | 242 | 304 | 25 | 21 | 0 | 27 | 346 | 32 | 105 |
| Binary | 10011011 | 10100010 | 11000100 | 10101 | 10001 | 0 | 10111 | 11100110 | 11010 | 1000101 |
Color Harmonies of #9BA2C4
Complementary color
Monochromatic Colors of #9BA2C4
Black with #9BA2C4
Text Example
Text Example
White with #9BA2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA2C4; }
p { color: rgb(155,162,196); }
H1.HeaderClassName
{
color: #9BA2C4;
}
.AnyTagClassName
{
color: #9BA2C4;
}
</style>
background-color css
<style>
a { background-color: #9BA2C4; }
a { background-color: rgb(155,162,196); }
div.DivClassName
{
background-color: #9BA2C4;
}
.BgClassName
{
background-color: #9BA2C4;
}
</style>
border-color css
<style>
span { border-color: #9BA2C4; }
span { border-color: rgb(155,162,196); }
td.TdClassName
{
border-color: #9BA2C4;
}
.TagClassName
{
border-color: #9BA2C4;
}
</style>