Shades of Scandal #B4D5CF
Tints of Scandal #B4D5CF
RGB
CMYK
RGB Variations
Color information
#B4D5CF (or 0xB4D5CF) is known color: Scandal. HEX triplet: B4, D5 and CF. RGB value is (180,213,207). Sum of RGB (Red+Green+Blue) = 180+213+207=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5CF is #4B2A30. Grayscale: #CACACA. Windows color (decimal): -4926001 or 13620660. OLE color: 13620660.
HSL color Cylindrical-coordinate representation of color #B4D5CF: hue angle of 169.09º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D5CF is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 207 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.16 |
| HSL | 169.09º | 0.28% | 0.77% | - |
| HSV(B) | 169.09º | 0.15% | 0.84% | - |
| XYZ | 53.88 | 61.8 | 68.12 | - |
| YUV | 202.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 207 | 0.15 | 0 | 0.03 | 0.16 | 169.09 | 0.28 | 0.77 |
| Hex | B4 | D5 | CF | F | 0 | 3 | 10 | A9 | 1C | 4D |
| Octal | 264 | 325 | 317 | 17 | 0 | 3 | 20 | 251 | 34 | 115 |
| Binary | 10110100 | 11010101 | 11001111 | 1111 | 0 | 11 | 10000 | 10101001 | 11100 | 1001101 |
Color Harmonies of #B4D5CF
Complementary color
Monochromatic Colors of #B4D5CF
Black with #B4D5CF
Text Example
Text Example
White with #B4D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D5CF; }
p { color: rgb(180,213,207); }
H1.HeaderClassName
{
color: #B4D5CF;
}
.AnyTagClassName
{
color: #B4D5CF;
}
</style>
background-color css
<style>
a { background-color: #B4D5CF; }
a { background-color: rgb(180,213,207); }
div.DivClassName
{
background-color: #B4D5CF;
}
.BgClassName
{
background-color: #B4D5CF;
}
</style>
border-color css
<style>
span { border-color: #B4D5CF; }
span { border-color: rgb(180,213,207); }
td.TdClassName
{
border-color: #B4D5CF;
}
.TagClassName
{
border-color: #B4D5CF;
}
</style>