Shades of Prelude #C6BECB
Tints of Prelude #C6BECB
RGB
CMYK
RGB Variations
Color information
#C6BECB (or 0xC6BECB) is known color: Prelude. HEX triplet: C6, BE and CB. RGB value is (198,190,203). Sum of RGB (Red+Green+Blue) = 198+190+203=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BECB is #394134. Grayscale: #C1C1C1. Windows color (decimal): -3752245 or 13352646. OLE color: 13352646.
HSL color Cylindrical-coordinate representation of color #C6BECB: hue angle of 276.92º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BECB is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 198 | 190 | 203 | - |
CMYK | 0.02 | 0.06 | 0 | 0.20 |
HSL | 276.92º | 0.11% | 0.77% | - |
HSV(B) | 276.92º | 0.06% | 0.8% | - |
XYZ | 52.48 | 53.14 | 63.99 | - |
YUV | 193.87 | 133.15 | 130.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 190 | 203 | 0.02 | 0.06 | 0 | 0.20 | 276.92 | 0.11 | 0.77 |
Hex | C6 | BE | CB | 2 | 6 | 0 | 14 | 115 | B | 4D |
Octal | 306 | 276 | 313 | 2 | 6 | 0 | 24 | 425 | 13 | 115 |
Binary | 11000110 | 10111110 | 11001011 | 10 | 110 | 0 | 10100 | 100010101 | 1011 | 1001101 |
Color Harmonies of #C6BECB
Complementary color
Monochromatic Colors of #C6BECB
Black with #C6BECB
Text Example
Text Example
White with #C6BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BECB; }
p { color: rgb(198,190,203); }
H1.HeaderClassName
{
color: #C6BECB;
}
.AnyTagClassName
{
color: #C6BECB;
}
</style>
background-color css
<style>
a { background-color: #C6BECB; }
a { background-color: rgb(198,190,203); }
div.DivClassName
{
background-color: #C6BECB;
}
.BgClassName
{
background-color: #C6BECB;
}
</style>
border-color css
<style>
span { border-color: #C6BECB; }
span { border-color: rgb(198,190,203); }
td.TdClassName
{
border-color: #C6BECB;
}
.TagClassName
{
border-color: #C6BECB;
}
</style>