Shades of Regent St Blue #B0C9CF
Tints of Regent St Blue #B0C9CF
RGB
CMYK
RGB Variations
Color information
#B0C9CF (or 0xB0C9CF) is known color: Regent St Blue. HEX triplet: B0, C9 and CF. RGB value is (176,201,207). Sum of RGB (Red+Green+Blue) = 176+201+207=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0C9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C9CF is #4F3630. Grayscale: #C2C2C2. Windows color (decimal): -5191217 or 13617584. OLE color: 13617584.
HSL color Cylindrical-coordinate representation of color #B0C9CF: hue angle of 191.61º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0C9CF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 201 | 207 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.19 |
| HSL | 191.61º | 0.24% | 0.75% | - |
| HSV(B) | 191.61º | 0.15% | 0.81% | - |
| XYZ | 50.05 | 55.51 | 67.11 | - |
| YUV | 194.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 207 | 0.15 | 0.03 | 0 | 0.19 | 191.61 | 0.24 | 0.75 |
| Hex | B0 | C9 | CF | F | 3 | 0 | 13 | C0 | 18 | 4B |
| Octal | 260 | 311 | 317 | 17 | 3 | 0 | 23 | 300 | 30 | 113 |
| Binary | 10110000 | 11001001 | 11001111 | 1111 | 11 | 0 | 10011 | 11000000 | 11000 | 1001011 |
Color Harmonies of #B0C9CF
Complementary color
Monochromatic Colors of #B0C9CF
Black with #B0C9CF
Text Example
Text Example
White with #B0C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C9CF; }
p { color: rgb(176,201,207); }
H1.HeaderClassName
{
color: #B0C9CF;
}
.AnyTagClassName
{
color: #B0C9CF;
}
</style>
background-color css
<style>
a { background-color: #B0C9CF; }
a { background-color: rgb(176,201,207); }
div.DivClassName
{
background-color: #B0C9CF;
}
.BgClassName
{
background-color: #B0C9CF;
}
</style>
border-color css
<style>
span { border-color: #B0C9CF; }
span { border-color: rgb(176,201,207); }
td.TdClassName
{
border-color: #B0C9CF;
}
.TagClassName
{
border-color: #B0C9CF;
}
</style>