Shades of Prelude #BEACC7
Tints of Prelude #BEACC7
RGB
CMYK
RGB Variations
Color information
#BEACC7 (or 0xBEACC7) is known color: Prelude. HEX triplet: BE, AC and C7. RGB value is (190,172,199). Sum of RGB (Red+Green+Blue) = 190+172+199=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC7 is #415338. Grayscale: #B4B4B4. Windows color (decimal): -4281145 or 13085886. OLE color: 13085886.
HSL color Cylindrical-coordinate representation of color #BEACC7: hue angle of 280º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEACC7 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 190 | 172 | 199 | - |
CMYK | 0.05 | 0.14 | 0 | 0.22 |
HSL | 280º | 0.19% | 0.73% | - |
HSV(B) | 280º | 0.14% | 0.78% | - |
XYZ | 46.3 | 44.58 | 60.2 | - |
YUV | 180.46 | 138.46 | 134.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 172 | 199 | 0.05 | 0.14 | 0 | 0.22 | 280 | 0.19 | 0.73 |
Hex | BE | AC | C7 | 5 | E | 0 | 16 | 118 | 13 | 49 |
Octal | 276 | 254 | 307 | 5 | 16 | 0 | 26 | 430 | 23 | 111 |
Binary | 10111110 | 10101100 | 11000111 | 101 | 1110 | 0 | 10110 | 100011000 | 10011 | 1001001 |
Color Harmonies of #BEACC7
Complementary color
Monochromatic Colors of #BEACC7
Black with #BEACC7
Text Example
Text Example
White with #BEACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEACC7; }
p { color: rgb(190,172,199); }
H1.HeaderClassName
{
color: #BEACC7;
}
.AnyTagClassName
{
color: #BEACC7;
}
</style>
background-color css
<style>
a { background-color: #BEACC7; }
a { background-color: rgb(190,172,199); }
div.DivClassName
{
background-color: #BEACC7;
}
.BgClassName
{
background-color: #BEACC7;
}
</style>
border-color css
<style>
span { border-color: #BEACC7; }
span { border-color: rgb(190,172,199); }
td.TdClassName
{
border-color: #BEACC7;
}
.TagClassName
{
border-color: #BEACC7;
}
</style>