Shades of Scandal #B4D9CF
Tints of Scandal #B4D9CF
RGB
CMYK
RGB Variations
Color information
#B4D9CF (or 0xB4D9CF) is known color: Scandal. HEX triplet: B4, D9 and CF. RGB value is (180,217,207). Sum of RGB (Red+Green+Blue) = 180+217+207=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D9CF is #4B2630. Grayscale: #CCCCCC. Windows color (decimal): -4924977 or 13621684. OLE color: 13621684.
HSL color Cylindrical-coordinate representation of color #B4D9CF: hue angle of 163.78º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D9CF is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 207 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.15 |
| HSL | 163.78º | 0.33% | 0.78% | - |
| HSV(B) | 163.78º | 0.17% | 0.85% | - |
| XYZ | 54.9 | 63.83 | 68.46 | - |
| YUV | 204.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 207 | 0.17 | 0 | 0.05 | 0.15 | 163.78 | 0.33 | 0.78 |
| Hex | B4 | D9 | CF | 11 | 0 | 5 | F | A4 | 21 | 4E |
| Octal | 264 | 331 | 317 | 21 | 0 | 5 | 17 | 244 | 41 | 116 |
| Binary | 10110100 | 11011001 | 11001111 | 10001 | 0 | 101 | 1111 | 10100100 | 100001 | 1001110 |
Color Harmonies of #B4D9CF
Complementary color
Monochromatic Colors of #B4D9CF
Black with #B4D9CF
Text Example
Text Example
White with #B4D9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D9CF; }
p { color: rgb(180,217,207); }
H1.HeaderClassName
{
color: #B4D9CF;
}
.AnyTagClassName
{
color: #B4D9CF;
}
</style>
background-color css
<style>
a { background-color: #B4D9CF; }
a { background-color: rgb(180,217,207); }
div.DivClassName
{
background-color: #B4D9CF;
}
.BgClassName
{
background-color: #B4D9CF;
}
</style>
border-color css
<style>
span { border-color: #B4D9CF; }
span { border-color: rgb(180,217,207); }
td.TdClassName
{
border-color: #B4D9CF;
}
.TagClassName
{
border-color: #B4D9CF;
}
</style>