Shades of Regent St Blue #B5CAD1
Tints of Regent St Blue #B5CAD1
RGB
CMYK
RGB Variations
Color information
#B5CAD1 (or 0xB5CAD1) is known color: Regent St Blue. HEX triplet: B5, CA and D1. RGB value is (181,202,209). Sum of RGB (Red+Green+Blue) = 181+202+209=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CAD1 is #4A352E. Grayscale: #C4C4C4. Windows color (decimal): -4863279 or 13748917. OLE color: 13748917.
HSL color Cylindrical-coordinate representation of color #B5CAD1: hue angle of 195º 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 #B5CAD1 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 181 | 202 | 209 | - |
CMYK | 0.13 | 0.03 | 0 | 0.18 |
HSL | 195º | 0.23% | 0.76% | - |
HSV(B) | 195º | 0.13% | 0.82% | - |
XYZ | 51.69 | 56.67 | 68.54 | - |
YUV | 196.52 | 135.04 | 116.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 202 | 209 | 0.13 | 0.03 | 0 | 0.18 | 195 | 0.23 | 0.76 |
Hex | B5 | CA | D1 | D | 3 | 0 | 12 | C3 | 17 | 4C |
Octal | 265 | 312 | 321 | 15 | 3 | 0 | 22 | 303 | 27 | 114 |
Binary | 10110101 | 11001010 | 11010001 | 1101 | 11 | 0 | 10010 | 11000011 | 10111 | 1001100 |
Color Harmonies of #B5CAD1
Complementary color
Monochromatic Colors of #B5CAD1
Black with #B5CAD1
Text Example
Text Example
White with #B5CAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CAD1; }
p { color: rgb(181,202,209); }
H1.HeaderClassName
{
color: #B5CAD1;
}
.AnyTagClassName
{
color: #B5CAD1;
}
</style>
background-color css
<style>
a { background-color: #B5CAD1; }
a { background-color: rgb(181,202,209); }
div.DivClassName
{
background-color: #B5CAD1;
}
.BgClassName
{
background-color: #B5CAD1;
}
</style>
border-color css
<style>
span { border-color: #B5CAD1; }
span { border-color: rgb(181,202,209); }
td.TdClassName
{
border-color: #B5CAD1;
}
.TagClassName
{
border-color: #B5CAD1;
}
</style>