Shades of Scandal #B7DDDA
Tints of Scandal #B7DDDA
RGB
CMYK
RGB Variations
Color information
#B7DDDA (or 0xB7DDDA) is known color: Scandal. HEX triplet: B7, DD and DA. RGB value is (183,221,218). Sum of RGB (Red+Green+Blue) = 183+221+218=622 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.42% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDDA is #482225. Grayscale: #D1D1D1. Windows color (decimal): -4727334 or 14343607. OLE color: 14343607.
HSL color Cylindrical-coordinate representation of color #B7DDDA: hue angle of 175.26º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DDDA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 221 | 218 | - |
CMYK | 0.17 | 0 | 0.01 | 0.13 |
HSL | 175.26º | 0.36% | 0.79% | - |
HSV(B) | 175.26º | 0.17% | 0.87% | - |
XYZ | 58.04 | 66.84 | 76.17 | - |
YUV | 209.3 | 132.91 | 109.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 221 | 218 | 0.17 | 0 | 0.01 | 0.13 | 175.26 | 0.36 | 0.79 |
Hex | B7 | DD | DA | 11 | 0 | 1 | D | AF | 24 | 4F |
Octal | 267 | 335 | 332 | 21 | 0 | 1 | 15 | 257 | 44 | 117 |
Binary | 10110111 | 11011101 | 11011010 | 10001 | 0 | 1 | 1101 | 10101111 | 100100 | 1001111 |
Color Harmonies of #B7DDDA
Complementary color
Monochromatic Colors of #B7DDDA
Black with #B7DDDA
Text Example
Text Example
White with #B7DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DDDA; }
p { color: rgb(183,221,218); }
H1.HeaderClassName
{
color: #B7DDDA;
}
.AnyTagClassName
{
color: #B7DDDA;
}
</style>
background-color css
<style>
a { background-color: #B7DDDA; }
a { background-color: rgb(183,221,218); }
div.DivClassName
{
background-color: #B7DDDA;
}
.BgClassName
{
background-color: #B7DDDA;
}
</style>
border-color css
<style>
span { border-color: #B7DDDA; }
span { border-color: rgb(183,221,218); }
td.TdClassName
{
border-color: #B7DDDA;
}
.TagClassName
{
border-color: #B7DDDA;
}
</style>