Shades of Prelude #C2BBC4
Tints of Prelude #C2BBC4
RGB
CMYK
RGB Variations
Color information
#C2BBC4 (or 0xC2BBC4) is known color: Prelude. HEX triplet: C2, BB and C4. RGB value is (194,187,196). Sum of RGB (Red+Green+Blue) = 194+187+196=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 196 - color contains mainly: blue. Hex color #C2BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBC4 is #3D443B. Grayscale: #BEBEBE. Windows color (decimal): -4015164 or 12893122. OLE color: 12893122.
HSL color Cylindrical-coordinate representation of color #C2BBC4: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BBC4 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 187 | 196 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.23 |
| HSL | 286.67º | 0.07% | 0.75% | - |
| HSV(B) | 286.67º | 0.05% | 0.77% | - |
| XYZ | 49.98 | 51 | 59.43 | - |
| YUV | 190.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 196 | 0.01 | 0.05 | 0 | 0.23 | 286.67 | 0.07 | 0.75 |
| Hex | C2 | BB | C4 | 1 | 5 | 0 | 17 | 11F | 7 | 4B |
| Octal | 302 | 273 | 304 | 1 | 5 | 0 | 27 | 437 | 7 | 113 |
| Binary | 11000010 | 10111011 | 11000100 | 1 | 101 | 0 | 10111 | 100011111 | 111 | 1001011 |
Color Harmonies of #C2BBC4
Complementary color
Monochromatic Colors of #C2BBC4
Black with #C2BBC4
Text Example
Text Example
White with #C2BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBC4; }
p { color: rgb(194,187,196); }
H1.HeaderClassName
{
color: #C2BBC4;
}
.AnyTagClassName
{
color: #C2BBC4;
}
</style>
background-color css
<style>
a { background-color: #C2BBC4; }
a { background-color: rgb(194,187,196); }
div.DivClassName
{
background-color: #C2BBC4;
}
.BgClassName
{
background-color: #C2BBC4;
}
</style>
border-color css
<style>
span { border-color: #C2BBC4; }
span { border-color: rgb(194,187,196); }
td.TdClassName
{
border-color: #C2BBC4;
}
.TagClassName
{
border-color: #C2BBC4;
}
</style>