#BCB0D6

Color #BCB0D6 Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BCB0D6

Tints of Moon Raker #BCB0D6

Color information

#BCB0D6 (or 0xBCB0D6) is unknown color: approx Moon Raker. HEX triplet: BC, B0 and D6. RGB value is (188,176,214). Sum of RGB (Red+Green+Blue) = 188+176+214=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCB0D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0D6 is #434F29. Grayscale: #B7B7B7. Windows color (decimal): -4411178 or 14069948. OLE color: 14069948.

HSL color Cylindrical-coordinate representation of color #BCB0D6: hue angle of 258.95º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB0D6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188176214-
CMYK0.120.1800.16
HSL258.95º31.67%76.47%-
HSV(B)258.95º17.76%83.92%-
XYZ48.446.670.06-
YUV183.92144.98130.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 214 (83.98% from 255) = 37.02%
R=32.53%
G=30.45%
B=37.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881762140.120.1800.16258.9531.6776.47
HexBCB0D6C12010103204c
Octal274260326142202040340114
Binary1011110010110000110101101100100100100001000000111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0D6; }

 p { color: rgb(188,176,214); }

 H1.HeaderClassName
 {
   color: #BCB0D6;
 }
 .AnyTagClassName
 {
   color: #BCB0D6;
 }
</style>
background-color css

<style>
 a { background-color: #BCB0D6; }

 a { background-color: rgb(188,176,214); }

 div.DivClassName
 {
   background-color: #BCB0D6;
 }
 .BgClassName
 {
   background-color: #BCB0D6;
 }
</style>
border-color css

<style>
 span { border-color: #BCB0D6; }

 span { border-color: rgb(188,176,214); }

 td.TdClassName
 {
   border-color: #BCB0D6;
 }
 .TagClassName
 {
   border-color: #BCB0D6;
 }
</style>