Shades of Scandal #BDD7D3
Tints of Scandal #BDD7D3
RGB
CMYK
RGB Variations
Color information
#BDD7D3 (or 0xBDD7D3) is known color: Scandal. HEX triplet: BD, D7 and D3. RGB value is (189,215,211). Sum of RGB (Red+Green+Blue) = 189+215+211=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7D3 is #42282C. Grayscale: #CECECE. Windows color (decimal): -4335661 or 13883325. OLE color: 13883325.
HSL color Cylindrical-coordinate representation of color #BDD7D3: hue angle of 170.77º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD7D3 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 211 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.16 |
| HSL | 170.77º | 0.25% | 0.79% | - |
| HSV(B) | 170.77º | 0.12% | 0.84% | - |
| XYZ | 57.04 | 64.12 | 71 | - |
| YUV | 206.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 211 | 0.12 | 0 | 0.02 | 0.16 | 170.77 | 0.25 | 0.79 |
| Hex | BD | D7 | D3 | C | 0 | 2 | 10 | AB | 19 | 4F |
| Octal | 275 | 327 | 323 | 14 | 0 | 2 | 20 | 253 | 31 | 117 |
| Binary | 10111101 | 11010111 | 11010011 | 1100 | 0 | 10 | 10000 | 10101011 | 11001 | 1001111 |
Color Harmonies of #BDD7D3
Complementary color
Monochromatic Colors of #BDD7D3
Black with #BDD7D3
Text Example
Text Example
White with #BDD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7D3; }
p { color: rgb(189,215,211); }
H1.HeaderClassName
{
color: #BDD7D3;
}
.AnyTagClassName
{
color: #BDD7D3;
}
</style>
background-color css
<style>
a { background-color: #BDD7D3; }
a { background-color: rgb(189,215,211); }
div.DivClassName
{
background-color: #BDD7D3;
}
.BgClassName
{
background-color: #BDD7D3;
}
</style>
border-color css
<style>
span { border-color: #BDD7D3; }
span { border-color: rgb(189,215,211); }
td.TdClassName
{
border-color: #BDD7D3;
}
.TagClassName
{
border-color: #BDD7D3;
}
</style>