Shades of Regent St Blue #B4CBD2
Tints of Regent St Blue #B4CBD2
RGB
CMYK
RGB Variations
Color information
#B4CBD2 (or 0xB4CBD2) is known color: Regent St Blue. HEX triplet: B4, CB and D2. RGB value is (180,203,210). Sum of RGB (Red+Green+Blue) = 180+203+210=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #B4CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBD2 is #4B342D. Grayscale: #C4C4C4. Windows color (decimal): -4928558 or 13814708. OLE color: 13814708.
HSL color Cylindrical-coordinate representation of color #B4CBD2: hue angle of 194º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4CBD2 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 203 | 210 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.18 |
| HSL | 194º | 0.25% | 0.76% | - |
| HSV(B) | 194º | 0.14% | 0.82% | - |
| XYZ | 51.81 | 57.07 | 69.26 | - |
| YUV | 196.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 210 | 0.14 | 0.03 | 0 | 0.18 | 194 | 0.25 | 0.76 |
| Hex | B4 | CB | D2 | E | 3 | 0 | 12 | C2 | 19 | 4C |
| Octal | 264 | 313 | 322 | 16 | 3 | 0 | 22 | 302 | 31 | 114 |
| Binary | 10110100 | 11001011 | 11010010 | 1110 | 11 | 0 | 10010 | 11000010 | 11001 | 1001100 |
Color Harmonies of #B4CBD2
Complementary color
Monochromatic Colors of #B4CBD2
Black with #B4CBD2
Text Example
Text Example
White with #B4CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBD2; }
p { color: rgb(180,203,210); }
H1.HeaderClassName
{
color: #B4CBD2;
}
.AnyTagClassName
{
color: #B4CBD2;
}
</style>
background-color css
<style>
a { background-color: #B4CBD2; }
a { background-color: rgb(180,203,210); }
div.DivClassName
{
background-color: #B4CBD2;
}
.BgClassName
{
background-color: #B4CBD2;
}
</style>
border-color css
<style>
span { border-color: #B4CBD2; }
span { border-color: rgb(180,203,210); }
td.TdClassName
{
border-color: #B4CBD2;
}
.TagClassName
{
border-color: #B4CBD2;
}
</style>