Shades of Regent St Blue #ABCBD2
Tints of Regent St Blue #ABCBD2
RGB
CMYK
RGB Variations
Color information
#ABCBD2 (or 0xABCBD2) is known color: Regent St Blue. HEX triplet: AB, CB and D2. RGB value is (171,203,210). Sum of RGB (Red+Green+Blue) = 171+203+210=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABCBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBD2 is #54342D. Grayscale: #C2C2C2. Windows color (decimal): -5518382 or 13814699. OLE color: 13814699.
HSL color Cylindrical-coordinate representation of color #ABCBD2: hue angle of 190.77º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCBD2 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 203 | 210 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.18 |
| HSL | 190.77º | 0.3% | 0.75% | - |
| HSV(B) | 190.77º | 0.19% | 0.82% | - |
| XYZ | 49.78 | 56.02 | 69.16 | - |
| YUV | 194.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 210 | 0.19 | 0.03 | 0 | 0.18 | 190.77 | 0.3 | 0.75 |
| Hex | AB | CB | D2 | 13 | 3 | 0 | 12 | BF | 1E | 4B |
| Octal | 253 | 313 | 322 | 23 | 3 | 0 | 22 | 277 | 36 | 113 |
| Binary | 10101011 | 11001011 | 11010010 | 10011 | 11 | 0 | 10010 | 10111111 | 11110 | 1001011 |
Color Harmonies of #ABCBD2
Complementary color
Monochromatic Colors of #ABCBD2
Black with #ABCBD2
Text Example
Text Example
White with #ABCBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBD2; }
p { color: rgb(171,203,210); }
H1.HeaderClassName
{
color: #ABCBD2;
}
.AnyTagClassName
{
color: #ABCBD2;
}
</style>
background-color css
<style>
a { background-color: #ABCBD2; }
a { background-color: rgb(171,203,210); }
div.DivClassName
{
background-color: #ABCBD2;
}
.BgClassName
{
background-color: #ABCBD2;
}
</style>
border-color css
<style>
span { border-color: #ABCBD2; }
span { border-color: rgb(171,203,210); }
td.TdClassName
{
border-color: #ABCBD2;
}
.TagClassName
{
border-color: #ABCBD2;
}
</style>