Shades of Regent St Blue #B5CBD1
Tints of Regent St Blue #B5CBD1
RGB
CMYK
RGB Variations
Color information
#B5CBD1 (or 0xB5CBD1) is known color: Regent St Blue. HEX triplet: B5, CB and D1. RGB value is (181,203,209). Sum of RGB (Red+Green+Blue) = 181+203+209=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBD1 is #4A342E. Grayscale: #C5C5C5. Windows color (decimal): -4863023 or 13749173. OLE color: 13749173.
HSL color Cylindrical-coordinate representation of color #B5CBD1: hue angle of 192.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CBD1 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 203 | 209 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.18 |
| HSL | 192.86º | 0.23% | 0.76% | - |
| HSV(B) | 192.86º | 0.13% | 0.82% | - |
| XYZ | 51.92 | 57.14 | 68.61 | - |
| YUV | 197.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 209 | 0.13 | 0.03 | 0 | 0.18 | 192.86 | 0.23 | 0.76 |
| Hex | B5 | CB | D1 | D | 3 | 0 | 12 | C1 | 17 | 4C |
| Octal | 265 | 313 | 321 | 15 | 3 | 0 | 22 | 301 | 27 | 114 |
| Binary | 10110101 | 11001011 | 11010001 | 1101 | 11 | 0 | 10010 | 11000001 | 10111 | 1001100 |
Color Harmonies of #B5CBD1
Complementary color
Monochromatic Colors of #B5CBD1
Black with #B5CBD1
Text Example
Text Example
White with #B5CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBD1; }
p { color: rgb(181,203,209); }
H1.HeaderClassName
{
color: #B5CBD1;
}
.AnyTagClassName
{
color: #B5CBD1;
}
</style>
background-color css
<style>
a { background-color: #B5CBD1; }
a { background-color: rgb(181,203,209); }
div.DivClassName
{
background-color: #B5CBD1;
}
.BgClassName
{
background-color: #B5CBD1;
}
</style>
border-color css
<style>
span { border-color: #B5CBD1; }
span { border-color: rgb(181,203,209); }
td.TdClassName
{
border-color: #B5CBD1;
}
.TagClassName
{
border-color: #B5CBD1;
}
</style>