Shades of Moon Raker #BCB2D6
Tints of Moon Raker #BCB2D6
RGB
CMYK
RGB Variations
Color information
#BCB2D6 (or 0xBCB2D6) is known color: Moon Raker. HEX triplet: BC, B2 and D6. RGB value is (188,178,214). Sum of RGB (Red+Green+Blue) = 188+178+214=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCB2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2D6 is #434D29. Grayscale: #B8B8B8. Windows color (decimal): -4410666 or 14070460. OLE color: 14070460.
HSL color Cylindrical-coordinate representation of color #BCB2D6: hue angle of 256.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB2D6 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 178 | 214 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.16 |
| HSL | 256.67º | 0.31% | 0.77% | - |
| HSV(B) | 256.67º | 0.17% | 0.84% | - |
| XYZ | 48.8 | 47.39 | 70.19 | - |
| YUV | 185.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 214 | 0.12 | 0.17 | 0 | 0.16 | 256.67 | 0.31 | 0.77 |
| Hex | BC | B2 | D6 | C | 11 | 0 | 10 | 101 | 1F | 4D |
| Octal | 274 | 262 | 326 | 14 | 21 | 0 | 20 | 401 | 37 | 115 |
| Binary | 10111100 | 10110010 | 11010110 | 1100 | 10001 | 0 | 10000 | 100000001 | 11111 | 1001101 |
Color Harmonies of #BCB2D6
Complementary color
Monochromatic Colors of #BCB2D6
Black with #BCB2D6
Text Example
Text Example
White with #BCB2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2D6; }
p { color: rgb(188,178,214); }
H1.HeaderClassName
{
color: #BCB2D6;
}
.AnyTagClassName
{
color: #BCB2D6;
}
</style>
background-color css
<style>
a { background-color: #BCB2D6; }
a { background-color: rgb(188,178,214); }
div.DivClassName
{
background-color: #BCB2D6;
}
.BgClassName
{
background-color: #BCB2D6;
}
</style>
border-color css
<style>
span { border-color: #BCB2D6; }
span { border-color: rgb(188,178,214); }
td.TdClassName
{
border-color: #BCB2D6;
}
.TagClassName
{
border-color: #BCB2D6;
}
</style>