Shades of Regent St Blue #B2CCD5
Tints of Regent St Blue #B2CCD5
RGB
CMYK
RGB Variations
Color information
#B2CCD5 (or 0xB2CCD5) is known color: Regent St Blue. HEX triplet: B2, CC and D5. RGB value is (178,204,213). Sum of RGB (Red+Green+Blue) = 178+204+213=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #B2CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCD5 is #4D332A. Grayscale: #C5C5C5. Windows color (decimal): -5059371 or 14011570. OLE color: 14011570.
HSL color Cylindrical-coordinate representation of color #B2CCD5: hue angle of 195.43º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2CCD5 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 204 | 213 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.16 |
| HSL | 195.43º | 0.29% | 0.77% | - |
| HSV(B) | 195.43º | 0.16% | 0.84% | - |
| XYZ | 51.96 | 57.45 | 71.3 | - |
| YUV | 197.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 213 | 0.16 | 0.04 | 0 | 0.16 | 195.43 | 0.29 | 0.77 |
| Hex | B2 | CC | D5 | 10 | 4 | 0 | 10 | C3 | 1D | 4D |
| Octal | 262 | 314 | 325 | 20 | 4 | 0 | 20 | 303 | 35 | 115 |
| Binary | 10110010 | 11001100 | 11010101 | 10000 | 100 | 0 | 10000 | 11000011 | 11101 | 1001101 |
Color Harmonies of #B2CCD5
Complementary color
Monochromatic Colors of #B2CCD5
Black with #B2CCD5
Text Example
Text Example
White with #B2CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCD5; }
p { color: rgb(178,204,213); }
H1.HeaderClassName
{
color: #B2CCD5;
}
.AnyTagClassName
{
color: #B2CCD5;
}
</style>
background-color css
<style>
a { background-color: #B2CCD5; }
a { background-color: rgb(178,204,213); }
div.DivClassName
{
background-color: #B2CCD5;
}
.BgClassName
{
background-color: #B2CCD5;
}
</style>
border-color css
<style>
span { border-color: #B2CCD5; }
span { border-color: rgb(178,204,213); }
td.TdClassName
{
border-color: #B2CCD5;
}
.TagClassName
{
border-color: #B2CCD5;
}
</style>