Shades of Scandal #B5D1CF
Tints of Scandal #B5D1CF
RGB
CMYK
RGB Variations
Color information
#B5D1CF (or 0xB5D1CF) is known color: Scandal. HEX triplet: B5, D1 and CF. RGB value is (181,209,207). Sum of RGB (Red+Green+Blue) = 181+209+207=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D1CF is #4A2E30. Grayscale: #C8C8C8. Windows color (decimal): -4861489 or 13619637. OLE color: 13619637.
HSL color Cylindrical-coordinate representation of color #B5D1CF: hue angle of 175.71º 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 #B5D1CF is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 181 | 209 | 207 | - |
CMYK | 0.13 | 0 | 0.01 | 0.18 |
HSL | 175.71º | 0.23% | 0.76% | - |
HSV(B) | 175.71º | 0.13% | 0.82% | - |
XYZ | 53.12 | 59.93 | 67.8 | - |
YUV | 200.4 | 131.72 | 114.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 209 | 207 | 0.13 | 0 | 0.01 | 0.18 | 175.71 | 0.23 | 0.76 |
Hex | B5 | D1 | CF | D | 0 | 1 | 12 | B0 | 17 | 4C |
Octal | 265 | 321 | 317 | 15 | 0 | 1 | 22 | 260 | 27 | 114 |
Binary | 10110101 | 11010001 | 11001111 | 1101 | 0 | 1 | 10010 | 10110000 | 10111 | 1001100 |
Color Harmonies of #B5D1CF
Complementary color
Monochromatic Colors of #B5D1CF
Black with #B5D1CF
Text Example
Text Example
White with #B5D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D1CF; }
p { color: rgb(181,209,207); }
H1.HeaderClassName
{
color: #B5D1CF;
}
.AnyTagClassName
{
color: #B5D1CF;
}
</style>
background-color css
<style>
a { background-color: #B5D1CF; }
a { background-color: rgb(181,209,207); }
div.DivClassName
{
background-color: #B5D1CF;
}
.BgClassName
{
background-color: #B5D1CF;
}
</style>
border-color css
<style>
span { border-color: #B5D1CF; }
span { border-color: rgb(181,209,207); }
td.TdClassName
{
border-color: #B5D1CF;
}
.TagClassName
{
border-color: #B5D1CF;
}
</style>