Shades of Moon Raker #BCB5CC
Tints of Moon Raker #BCB5CC
RGB
CMYK
RGB Variations
Color information
#BCB5CC (or 0xBCB5CC) is known color: Moon Raker. HEX triplet: BC, B5 and CC. RGB value is (188,181,204). Sum of RGB (Red+Green+Blue) = 188+181+204=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5CC is #434A33. Grayscale: #B9B9B9. Windows color (decimal): -4409908 or 13415868. OLE color: 13415868.
HSL color Cylindrical-coordinate representation of color #BCB5CC: hue angle of 258.26º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB5CC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 188 | 181 | 204 | - |
CMYK | 0.08 | 0.11 | 0 | 0.2 |
HSL | 258.26º | 0.18% | 0.75% | - |
HSV(B) | 258.26º | 0.11% | 0.8% | - |
XYZ | 48.16 | 48.1 | 63.87 | - |
YUV | 185.72 | 138.32 | 129.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 181 | 204 | 0.08 | 0.11 | 0 | 0.2 | 258.26 | 0.18 | 0.75 |
Hex | BC | B5 | CC | 8 | B | 0 | 14 | 102 | 12 | 4B |
Octal | 274 | 265 | 314 | 10 | 13 | 0 | 24 | 402 | 22 | 113 |
Binary | 10111100 | 10110101 | 11001100 | 1000 | 1011 | 0 | 10100 | 100000010 | 10010 | 1001011 |
Color Harmonies of #BCB5CC
Complementary color
Monochromatic Colors of #BCB5CC
Black with #BCB5CC
Text Example
Text Example
White with #BCB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5CC; }
p { color: rgb(188,181,204); }
H1.HeaderClassName
{
color: #BCB5CC;
}
.AnyTagClassName
{
color: #BCB5CC;
}
</style>
background-color css
<style>
a { background-color: #BCB5CC; }
a { background-color: rgb(188,181,204); }
div.DivClassName
{
background-color: #BCB5CC;
}
.BgClassName
{
background-color: #BCB5CC;
}
</style>
border-color css
<style>
span { border-color: #BCB5CC; }
span { border-color: rgb(188,181,204); }
td.TdClassName
{
border-color: #BCB5CC;
}
.TagClassName
{
border-color: #BCB5CC;
}
</style>