Shades of Regent St Blue #B0CBD4
Tints of Regent St Blue #B0CBD4
RGB
CMYK
RGB Variations
Color information
#B0CBD4 (or 0xB0CBD4) is known color: Regent St Blue. HEX triplet: B0, CB and D4. RGB value is (176,203,212). Sum of RGB (Red+Green+Blue) = 176+203+212=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #B0CBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBD4 is #4F342B. Grayscale: #C3C3C3. Windows color (decimal): -5190700 or 13945776. OLE color: 13945776.
HSL color Cylindrical-coordinate representation of color #B0CBD4: hue angle of 195º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0CBD4 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 203 | 212 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.17 |
| HSL | 195º | 0.3% | 0.76% | - |
| HSV(B) | 195º | 0.17% | 0.83% | - |
| XYZ | 51.14 | 56.7 | 70.54 | - |
| YUV | 195.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 212 | 0.17 | 0.04 | 0 | 0.17 | 195 | 0.3 | 0.76 |
| Hex | B0 | CB | D4 | 11 | 4 | 0 | 11 | C3 | 1E | 4C |
| Octal | 260 | 313 | 324 | 21 | 4 | 0 | 21 | 303 | 36 | 114 |
| Binary | 10110000 | 11001011 | 11010100 | 10001 | 100 | 0 | 10001 | 11000011 | 11110 | 1001100 |
Color Harmonies of #B0CBD4
Complementary color
Monochromatic Colors of #B0CBD4
Black with #B0CBD4
Text Example
Text Example
White with #B0CBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBD4; }
p { color: rgb(176,203,212); }
H1.HeaderClassName
{
color: #B0CBD4;
}
.AnyTagClassName
{
color: #B0CBD4;
}
</style>
background-color css
<style>
a { background-color: #B0CBD4; }
a { background-color: rgb(176,203,212); }
div.DivClassName
{
background-color: #B0CBD4;
}
.BgClassName
{
background-color: #B0CBD4;
}
</style>
border-color css
<style>
span { border-color: #B0CBD4; }
span { border-color: rgb(176,203,212); }
td.TdClassName
{
border-color: #B0CBD4;
}
.TagClassName
{
border-color: #B0CBD4;
}
</style>