Shades of Regent St Blue #B1CDD3
Tints of Regent St Blue #B1CDD3
RGB
CMYK
RGB Variations
Color information
#B1CDD3 (or 0xB1CDD3) is known color: Regent St Blue. HEX triplet: B1, CD and D3. RGB value is (177,205,211). Sum of RGB (Red+Green+Blue) = 177+205+211=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #B1CDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDD3 is #4E322C. Grayscale: #C5C5C5. Windows color (decimal): -5124653 or 13880753. OLE color: 13880753.
HSL color Cylindrical-coordinate representation of color #B1CDD3: hue angle of 190.59º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1CDD3 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 205 | 211 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.17 |
| HSL | 190.59º | 0.28% | 0.76% | - |
| HSV(B) | 190.59º | 0.16% | 0.83% | - |
| XYZ | 51.72 | 57.71 | 70.04 | - |
| YUV | 197.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 211 | 0.16 | 0.03 | 0 | 0.17 | 190.59 | 0.28 | 0.76 |
| Hex | B1 | CD | D3 | 10 | 3 | 0 | 11 | BF | 1C | 4C |
| Octal | 261 | 315 | 323 | 20 | 3 | 0 | 21 | 277 | 34 | 114 |
| Binary | 10110001 | 11001101 | 11010011 | 10000 | 11 | 0 | 10001 | 10111111 | 11100 | 1001100 |
Color Harmonies of #B1CDD3
Complementary color
Monochromatic Colors of #B1CDD3
Black with #B1CDD3
Text Example
Text Example
White with #B1CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CDD3; }
p { color: rgb(177,205,211); }
H1.HeaderClassName
{
color: #B1CDD3;
}
.AnyTagClassName
{
color: #B1CDD3;
}
</style>
background-color css
<style>
a { background-color: #B1CDD3; }
a { background-color: rgb(177,205,211); }
div.DivClassName
{
background-color: #B1CDD3;
}
.BgClassName
{
background-color: #B1CDD3;
}
</style>
border-color css
<style>
span { border-color: #B1CDD3; }
span { border-color: rgb(177,205,211); }
td.TdClassName
{
border-color: #B1CDD3;
}
.TagClassName
{
border-color: #B1CDD3;
}
</style>